#4C4BB7

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

Shades of Rich Blue #4C4BB7

Tints of Rich Blue #4C4BB7

Color information

#4C4BB7 (or 0x4C4BB7) is unknown color: approx Rich Blue. HEX triplet: 4C, 4B and B7. RGB value is (76,75,183). Sum of RGB (Red+Green+Blue) = 76+75+183=334 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.75% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 183 (71.88% from 255 or 54.79% from 334); Max value from RGB is 183 - color contains mainly: blue. Hex color #4C4BB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C4BB7 is #B3B448. Grayscale: #575757. Windows color (decimal): -11777097 or 12012364. OLE color: 12012364.

HSL color Cylindrical-coordinate representation of color #4C4BB7: hue angle of 240.56º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C4BB7 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7675183-
CMYK0.580.5900.28
HSL240.56º42.86%50.59%-
HSV(B)240.56º59.02%71.76%-
XYZ14.049.9945.99-
YUV87.61181.83119.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.75%
GREEN value IS 75 (29.69% from 255) = 22.46%
BLUE value IS 183 (71.88% from 255) = 54.79%
R=22.75%
G=22.46%
B=54.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal76751830.580.5900.28240.5642.8650.59
Hex4C4BB73A3B01Cf12b33
Octal11411326772730343615363
Binary100110010010111011011111101011101101110011110001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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