#4C4BB2

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

Shades of Rich Blue #4C4BB2

Tints of Rich Blue #4C4BB2

Color information

#4C4BB2 (or 0x4C4BB2) is unknown color: approx Rich Blue. HEX triplet: 4C, 4B and B2. RGB value is (76,75,178). Sum of RGB (Red+Green+Blue) = 76+75+178=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 178 (69.92% from 255 or 54.10% from 329); Max value from RGB is 178 - color contains mainly: blue. Hex color #4C4BB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4BB2 is #B3B44D. Grayscale: #565656. Windows color (decimal): -11777102 or 11684684. OLE color: 11684684.

HSL color Cylindrical-coordinate representation of color #4C4BB2: hue angle of 240.58º degrees, saturation: 0.41, 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 #4C4BB2 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7675178-
CMYK0.570.5800.30
HSL240.58º40.71%49.61%-
HSV(B)240.58º57.87%69.8%-
XYZ13.539.7843.29-
YUV87.04179.33120.12-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.10%
GREEN value IS 75 (29.69% from 255) = 22.80%
BLUE value IS 178 (69.92% from 255) = 54.10%
R=23.10%
G=22.80%
B=54.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal76751780.570.5800.30240.5840.7149.61
Hex4C4BB2393A01Ef12932
Octal11411326271720363615162
Binary100110010010111011001011100111101001111011110001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,75,178); }

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

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

 a { background-color: rgb(76,75,178); }

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

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

 span { border-color: rgb(76,75,178); }

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