#4C4EB3

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

Shades of Rich Blue #4C4EB3

Tints of Rich Blue #4C4EB3

Color information

#4C4EB3 (or 0x4C4EB3) is unknown color: approx Rich Blue. HEX triplet: 4C, 4E and B3. RGB value is (76,78,179). Sum of RGB (Red+Green+Blue) = 76+78+179=333 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.82% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 179 (70.31% from 255 or 53.75% from 333); Max value from RGB is 179 - color contains mainly: blue. Hex color #4C4EB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C4EB3 is #B3B14C. Grayscale: #585858. Windows color (decimal): -11776333 or 11750988. OLE color: 11750988.

HSL color Cylindrical-coordinate representation of color #4C4EB3: hue angle of 238.83º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C4EB3 is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7678179-
CMYK0.580.5600.30
HSL238.83º40.39%50%-
HSV(B)238.83º57.54%70.2%-
XYZ13.8410.2443.89-
YUV88.92178.84118.79-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.82%
GREEN value IS 78 (30.86% from 255) = 23.42%
BLUE value IS 179 (70.31% from 255) = 53.75%
R=22.82%
G=23.42%
B=53.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal76781790.580.5600.30238.8340.3950
Hex4C4EB33A3801Eef2832
Octal11411626372700363575062
Binary100110010011101011001111101011100001111011101111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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