#4c5ead

Color #4C5EAD Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #4C5EAD

Tints of Rich Blue #4C5EAD

Color information

#4C5EAD (or 0x4C5EAD) is unknown color: approx Rich Blue. HEX triplet: 4C, 5E and AD. RGB value is (76,94,173). Sum of RGB (Red+Green+Blue) = 76+94+173=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C5EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5EAD is #B3A152. Grayscale: #616161. Windows color (decimal): -11772243 or 11361868. OLE color: 11361868.

HSL color Cylindrical-coordinate representation of color #4C5EAD: hue angle of 228.87º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C5EAD is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7694173-
CMYK0.560.4600.32
HSL228.87º38.96%48.82%-
HSV(B)228.87º56.07%67.84%-
XYZ14.5312.5641.19-
YUV97.62170.54112.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 22.16%
GREEN value IS 94 (37.11% from 255) = 27.41%
BLUE value IS 173 (67.97% from 255) = 50.44%
R=22.16%
G=27.41%
B=50.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal76941730.560.4600.32228.8738.9648.82
Hex4C5EAD382E020e52731
Octal11413625570560403454761
Binary1001100101111010101101111000101110010000011100101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c5ead

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4c5ead; }

 p { color: rgb(76,94,173); }

 H1.HeaderClassName
 {
   color: #4c5ead;
 }
 .AnyTagClassName
 {
   color: #4c5ead;
 }
</style>
background-color css

<style>
 a { background-color: #4c5ead; }

 a { background-color: rgb(76,94,173); }

 div.DivClassName
 {
   background-color: #4c5ead;
 }
 .BgClassName
 {
   background-color: #4c5ead;
 }
</style>
border-color css

<style>
 span { border-color: #4c5ead; }

 span { border-color: rgb(76,94,173); }

 td.TdClassName
 {
   border-color: #4c5ead;
 }
 .TagClassName
 {
   border-color: #4c5ead;
 }
</style>