#4C2B91

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

Shades of Blue Gem #4C2B91

Tints of Blue Gem #4C2B91

Color information

#4C2B91 (or 0x4C2B91) is unknown color: approx Blue Gem. HEX triplet: 4C, 2B and 91. RGB value is (76,43,145). Sum of RGB (Red+Green+Blue) = 76+43+145=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C2B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2B91 is #B3D46E. Grayscale: #404040. Windows color (decimal): -11785327 or 9513804. OLE color: 9513804.

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

Color convert

RGB7643145-
CMYK0.480.7000.43
HSL259.41º54.26%36.86%-
HSV(B)259.41º70.34%56.86%-
XYZ8.965.3127.34-
YUV64.5173.43136.21-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.79%
GREEN value IS 43 (17.19% from 255) = 16.29%
BLUE value IS 145 (57.03% from 255) = 54.92%
R=28.79%
G=16.29%
B=54.92%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal76431450.480.7000.43259.4154.2636.86
Hex4C2B91304602B1033625
Octal11453221601060534036645
Binary10011001010111001000111000010001100101011100000011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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