Color Hex Logo

#4a516a Color Hex

#4A516A
(74,81,106)
0 Favorites   0 Comments

Color spaces of #4a516a

RGB 7481106
HSL0.630.180.35
HSV227°30°42°
CMYK 0.300.240.00   0.58
XYZ8.36808.381314.8124
Yxy8.38130.26510.2656
Hunter Lab28.95050.9313-10.0702
CIE-Lab34.76473.6189-15.3359

#4a516a color RGB value is (74,81,106).

#4a516a hex color red value is 74, green value is 81 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #4a516a hue: 0.63 , saturation: 0.18 and the lightness value of 4a516a is 0.35.

The process color (four color CMYK) of #4a516a color hex is 0.30, 0.24, 0.00, 0.58. Web safe color of #4a516a is #336666. Color #4a516a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 01010001 01101010
Octal 112 121 152
Decimal 74 81 106
Hex 4A 51 6A

RGB Percentages of Color #4a516a

%28.35
%31.03
%40.61

CMYK Percentages of Color #4a516a

%30
%24
%0
%58

Triadic Colors of #4a516a

#4a516a #6a4a51 #516a4a

Analogous Colors of #4a516a

#4a516a #534a6a #4a616a

Monochromatic Colors of #4a516a

#4a516a

Complementary Color

#4a516a #6a634a

#4a516a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4a516a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4a516a Color CSS Codes

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

#4a516a Text Font Color

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

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


#4a516a Background Color

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

This div background color is #4a516a


#4a516a Border Color

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

This div border color is #4a516a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4a516a


Comments

No comments written yet.

Please login to write comment.