#4C4EB4

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

Shades of Rich Blue #4C4EB4

Tints of Rich Blue #4C4EB4

Color information

#4C4EB4 (or 0x4C4EB4) is unknown color: approx Rich Blue. HEX triplet: 4C, 4E and B4. RGB value is (76,78,180). Sum of RGB (Red+Green+Blue) = 76+78+180=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 180 (70.70% from 255 or 53.89% from 334); Max value from RGB is 180 - color contains mainly: blue. Hex color #4C4EB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C4EB4 is #B3B14B. Grayscale: #585858. Windows color (decimal): -11776332 or 11816524. OLE color: 11816524.

HSL color Cylindrical-coordinate representation of color #4C4EB4: hue angle of 238.85º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C4EB4 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7678180-
CMYK0.580.5700.29
HSL238.85º40.94%50.2%-
HSV(B)238.85º57.78%70.59%-
XYZ13.9410.2844.43-
YUV89.03179.34118.71-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.75%
GREEN value IS 78 (30.86% from 255) = 23.35%
BLUE value IS 180 (70.70% from 255) = 53.89%
R=22.75%
G=23.35%
B=53.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal76781800.580.5700.29238.8540.9450.2
Hex4C4EB43A3901Def2932
Octal11411626472710353575162
Binary100110010011101011010011101011100101110111101111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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