#4C3CB5

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

Shades of Rich Blue #4C3CB5

Tints of Rich Blue #4C3CB5

Color information

#4C3CB5 (or 0x4C3CB5) is unknown color: approx Rich Blue. HEX triplet: 4C, 3C and B5. RGB value is (76,60,181). Sum of RGB (Red+Green+Blue) = 76+60+181=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 181 (71.09% from 255 or 57.10% from 317); Max value from RGB is 181 - color contains mainly: blue. Hex color #4C3CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3CB5 is #B3C34A. Grayscale: #4E4E4E. Windows color (decimal): -11780939 or 11877452. OLE color: 11877452.

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

Color convert

RGB7660181-
CMYK0.580.6700.29
HSL247.93º50.21%47.25%-
HSV(B)247.93º66.85%70.98%-
XYZ12.948.144.6-
YUV78.58185.8126.16-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.97%
GREEN value IS 60 (23.83% from 255) = 18.93%
BLUE value IS 181 (71.09% from 255) = 57.10%
R=23.97%
G=18.93%
B=57.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal76601810.580.6700.29247.9350.2147.25
Hex4C3CB53A4301Df8322f
Octal11474265721030353706257
Binary100110011110010110101111010100001101110111111000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,60,181); }

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

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

 a { background-color: rgb(76,60,181); }

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

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

 span { border-color: rgb(76,60,181); }

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