#4C2A91

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

Shades of Blue Gem #4C2A91

Tints of Blue Gem #4C2A91

Color information

#4C2A91 (or 0x4C2A91) is unknown color: approx Blue Gem. HEX triplet: 4C, 2A and 91. RGB value is (76,42,145). Sum of RGB (Red+Green+Blue) = 76+42+145=263 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.90% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C2A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2A91 is #B3D56E. Grayscale: #3F3F3F. Windows color (decimal): -11785583 or 9513548. OLE color: 9513548.

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

Color convert

RGB7642145-
CMYK0.480.7100.43
HSL259.81º55.08%36.67%-
HSV(B)259.81º71.03%56.86%-
XYZ8.925.2427.33-
YUV63.91173.76136.62-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.90%
GREEN value IS 42 (16.80% from 255) = 15.97%
BLUE value IS 145 (57.03% from 255) = 55.13%
R=28.90%
G=15.97%
B=55.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76421450.480.7100.43259.8155.0836.67
Hex4C2A91304702B1043725
Octal11452221601070534046745
Binary10011001010101001000111000010001110101011100000100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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