Color Hex Logo

#4a648a Color Hex

#4A648A
(74,100,138)
0 Favorites   0 Comments

Color spaces of #4a648a

RGB 74100138
HSL0.600.300.42
HSV216°46°54°
CMYK 0.460.280.00   0.46
XYZ11.968712.405225.8084
Yxy12.40520.23850.2472
Hunter Lab35.2210-0.9794-18.7904
CIE-Lab41.85301.2481-24.0277

#4a648a color RGB value is (74,100,138).

#4a648a hex color red value is 74, green value is 100 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #4a648a hue: 0.60 , saturation: 0.30 and the lightness value of 4a648a is 0.42.

The process color (four color CMYK) of #4a648a color hex is 0.46, 0.28, 0.00, 0.46. Web safe color of #4a648a is #336699. Color #4a648a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01100100 10001010
Octal 112 144 212
Decimal 74 100 138
Hex 4A 64 8A

RGB Percentages of Color #4a648a

%23.72
%32.05
%44.23

CMYK Percentages of Color #4a648a

%46
%28
%0
%46

Triadic Colors of #4a648a

#4a648a #8a4a64 #648a4a

Analogous Colors of #4a648a

#4a648a #504a8a #4a848a

Monochromatic Colors of #4a648a

#4a648a

Complementary Color

#4a648a #8a704a

#4a648a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a648a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a648a Color CSS Codes

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

#4a648a Text Font Color

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

This sample text font color is #4a648a
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.


#4a648a Background Color

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

This div background color is #4a648a


#4a648a Border Color

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

This div border color is #4a648a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a648a


Comments

No comments written yet.

Please login to write comment.