#4c2d96

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

Shades of Blue Gem #4C2D96

Tints of Blue Gem #4C2D96

Color information

#4C2D96 (or 0x4C2D96) is unknown color: approx Blue Gem. HEX triplet: 4C, 2D and 96. RGB value is (76,45,150). Sum of RGB (Red+Green+Blue) = 76+45+150=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #4C2D96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2D96 is #B3D269. Grayscale: #414141. Windows color (decimal): -11784810 or 9841996. OLE color: 9841996.

HSL color Cylindrical-coordinate representation of color #4C2D96: hue angle of 257.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C2D96 is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7645150-
CMYK0.490.7000.41
HSL257.71º53.85%38.24%-
HSV(B)257.71º70%58.82%-
XYZ9.425.6229.44-
YUV66.24175.27134.96-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.04%
GREEN value IS 45 (17.97% from 255) = 16.61%
BLUE value IS 150 (58.98% from 255) = 55.35%
R=28.04%
G=16.61%
B=55.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal76451500.490.7000.41257.7153.8538.24
Hex4C2D9631460291023626
Octal11455226611060514026646
Binary10011001011011001011011000110001100101001100000010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c2d96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,45,150); }

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

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

 a { background-color: rgb(76,45,150); }

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

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

 span { border-color: rgb(76,45,150); }

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