#4C2396

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

Shades of Blue Gem #4C2396

Tints of Blue Gem #4C2396

Color information

#4C2396 (or 0x4C2396) is unknown color: approx Blue Gem. HEX triplet: 4C, 23 and 96. RGB value is (76,35,150). Sum of RGB (Red+Green+Blue) = 76+35+150=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 150 (58.98% from 255 or 57.47% from 261); Max value from RGB is 150 - color contains mainly: blue. Hex color #4C2396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2396 is #B3DC69. Grayscale: #3B3B3B. Windows color (decimal): -11787370 or 9839436. OLE color: 9839436.

HSL color Cylindrical-coordinate representation of color #4C2396: hue angle of 261.39º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C2396 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7635150-
CMYK0.490.7700.41
HSL261.39º62.16%36.27%-
HSV(B)261.39º76.67%58.82%-
XYZ9.094.9429.33-
YUV60.37178.58139.15-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.12%
GREEN value IS 35 (14.06% from 255) = 13.41%
BLUE value IS 150 (58.98% from 255) = 57.47%
R=29.12%
G=13.41%
B=57.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal76351500.490.7700.41261.3962.1636.27
Hex4C2396314D0291053e24
Octal11443226611150514057644
Binary10011001000111001011011000110011010101001100000101111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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