#4C3CB4

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

Shades of Rich Blue #4C3CB4

Tints of Rich Blue #4C3CB4

Color information

#4C3CB4 (or 0x4C3CB4) is unknown color: approx Rich Blue. HEX triplet: 4C, 3C and B4. RGB value is (76,60,180). Sum of RGB (Red+Green+Blue) = 76+60+180=316 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.05% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 180 (70.70% from 255 or 56.96% from 316); Max value from RGB is 180 - color contains mainly: blue. Hex color #4C3CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3CB4 is #B3C34B. Grayscale: #4E4E4E. Windows color (decimal): -11780940 or 11811916. OLE color: 11811916.

HSL color Cylindrical-coordinate representation of color #4C3CB4: hue angle of 248º 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 #4C3CB4 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7660180-
CMYK0.580.6700.29
HSL248º50%47.06%-
HSV(B)248º66.67%70.59%-
XYZ12.838.0644.06-
YUV78.46185.3126.24-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.05%
GREEN value IS 60 (23.83% from 255) = 18.99%
BLUE value IS 180 (70.70% from 255) = 56.96%
R=24.05%
G=18.99%
B=56.96%

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
Decimal76601800.580.6700.292485047.06
Hex4C3CB43A4301Df8322f
Octal11474264721030353706257
Binary100110011110010110100111010100001101110111111000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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