Color Hex Logo

#4a628b Color Hex

#4A628B
(74,98,139)
0 Favorites   0 Comments

Color spaces of #4a628b

RGB 7498139
HSL0.610.310.42
HSV218°47°55°
CMYK 0.470.290.00   0.45
XYZ11.851912.055326.1283
Yxy12.05530.23690.2409
Hunter Lab34.72070.1695-20.3128
CIE-Lab41.30392.7971-25.4838

#4a628b color RGB value is (74,98,139).

#4a628b hex color red value is 74, green value is 98 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #4a628b hue: 0.61 , saturation: 0.31 and the lightness value of 4a628b is 0.42.

The process color (four color CMYK) of #4a628b color hex is 0.47, 0.29, 0.00, 0.45. Web safe color of #4a628b is #336699. Color #4a628b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01100010 10001011
Octal 112 142 213
Decimal 74 98 139
Hex 4A 62 8B

RGB Percentages of Color #4a628b

%23.79
%31.51
%44.69

CMYK Percentages of Color #4a628b

%47
%29
%0
%45

Triadic Colors of #4a628b

#4a628b #8b4a62 #628b4a

Analogous Colors of #4a628b

#4a628b #534a8b #4a838b

Monochromatic Colors of #4a628b

#4a628b

Complementary Color

#4a628b #8b734a

#4a628b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a628b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a628b Color CSS Codes

.mybgcolor {background-color:#4a628b; } 
.myforecolor {color:#4a628b; }
.mybordercolor {border:3px solid #4a628b; }

#4a628b Text Font Color

<p style="color:#4a628b">Text here</p>

This sample text font color is #4a628b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4a628b Background Color

<div style="background-color:#4a628b">
Div content here</div>

This div background color is #4a628b


#4a628b Border Color

<div style="border:3px solid #4a628b">
Div here</div>

This div border color is #4a628b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,98,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4a628b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4a628b;
  -webkit-box-shadow: 1px 1px 3px 2px #4a628b;
  box-shadow:         1px 1px 3px 2px #4a628b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,98,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4a628b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4a628b;
  -webkit-box-shadow: 1px 1px 3px 2px #4a628b;
  box-shadow:         1px 1px 3px 2px #4a628b;">
Div content here</div>

This div box has shadow with color #4a628b


Comments

No comments written yet.

Please login to write comment.