#4C4EAD

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

Shades of Rich Blue #4C4EAD

Tints of Rich Blue #4C4EAD

Color information

#4C4EAD (or 0x4C4EAD) is unknown color: approx Rich Blue. HEX triplet: 4C, 4E and AD. RGB value is (76,78,173). Sum of RGB (Red+Green+Blue) = 76+78+173=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C4EAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C4EAD is #B3B152. Grayscale: #575757. Windows color (decimal): -11776339 or 11357772. OLE color: 11357772.

HSL color Cylindrical-coordinate representation of color #4C4EAD: hue angle of 238.76º 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 #4C4EAD is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7678173-
CMYK0.560.5500.32
HSL238.76º38.96%48.82%-
HSV(B)238.76º56.07%67.84%-
XYZ13.251040.77-
YUV88.23175.84119.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.24%
GREEN value IS 78 (30.86% from 255) = 23.85%
BLUE value IS 173 (67.97% from 255) = 52.91%
R=23.24%
G=23.85%
B=52.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal76781730.560.5500.32238.7638.9648.82
Hex4C4EAD3837020ef2731
Octal11411625570670403574761
Binary1001100100111010101101111000110111010000011101111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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