#4C4EAE

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

Shades of Rich Blue #4C4EAE

Tints of Rich Blue #4C4EAE

Color information

#4C4EAE (or 0x4C4EAE) is unknown color: approx Rich Blue. HEX triplet: 4C, 4E and AE. RGB value is (76,78,174). Sum of RGB (Red+Green+Blue) = 76+78+174=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C4EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C4EAE is #B3B151. Grayscale: #575757. Windows color (decimal): -11776338 or 11423308. OLE color: 11423308.

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

Color convert

RGB7678174-
CMYK0.560.5500.32
HSL238.78º39.2%49.02%-
HSV(B)238.78º56.32%68.24%-
XYZ13.3410.0441.28-
YUV88.35176.34119.19-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.17%
GREEN value IS 78 (30.86% from 255) = 23.78%
BLUE value IS 174 (68.36% from 255) = 53.05%
R=23.17%
G=23.78%
B=53.05%

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
Decimal76781740.560.5500.32238.7839.249.02
Hex4C4EAE3837020ef2731
Octal11411625670670403574761
Binary1001100100111010101110111000110111010000011101111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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