#4C47B7

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

Shades of Rich Blue #4C47B7

Tints of Rich Blue #4C47B7

Color information

#4C47B7 (or 0x4C47B7) is unknown color: approx Rich Blue. HEX triplet: 4C, 47 and B7. RGB value is (76,71,183). Sum of RGB (Red+Green+Blue) = 76+71+183=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 183 (71.88% from 255 or 55.45% from 330); Max value from RGB is 183 - color contains mainly: blue. Hex color #4C47B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C47B7 is #B3B848. Grayscale: #545454. Windows color (decimal): -11778121 or 12011340. OLE color: 12011340.

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

Color convert

RGB7671183-
CMYK0.580.6100.28
HSL242.68º44.09%49.8%-
HSV(B)242.68º61.2%71.76%-
XYZ13.789.4645.9-
YUV85.26183.16121.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.03%
GREEN value IS 71 (28.12% from 255) = 21.52%
BLUE value IS 183 (71.88% from 255) = 55.45%
R=23.03%
G=21.52%
B=55.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal76711830.580.6100.28242.6844.0949.8
Hex4C47B73A3D01Cf32c32
Octal11410726772750343635462
Binary100110010001111011011111101011110101110011110011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C47B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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