#4C3791

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

Shades of Blue Gem #4C3791

Tints of Blue Gem #4C3791

Color information

#4C3791 (or 0x4C3791) is unknown color: approx Blue Gem. HEX triplet: 4C, 37 and 91. RGB value is (76,55,145). Sum of RGB (Red+Green+Blue) = 76+55+145=276 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.54% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C3791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3791 is #B3C86E. Grayscale: #474747. Windows color (decimal): -11782255 or 9516876. OLE color: 9516876.

HSL color Cylindrical-coordinate representation of color #4C3791: hue angle of 254º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C3791 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7655145-
CMYK0.480.6200.43
HSL254º45%39.22%-
HSV(B)254º62.07%56.86%-
XYZ9.466.3127.51-
YUV71.54169.46131.18-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.54%
GREEN value IS 55 (21.88% from 255) = 19.93%
BLUE value IS 145 (57.03% from 255) = 52.54%
R=27.54%
G=19.93%
B=52.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76551450.480.6200.432544539.22
Hex4C3791303E02Bfe2d27
Octal1146722160760533765547
Binary100110011011110010001110000111110010101111111110101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,55,145); }

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

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

 a { background-color: rgb(76,55,145); }

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

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

 span { border-color: rgb(76,55,145); }

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