#4C3D96

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

Shades of Blue Gem #4C3D96

Tints of Blue Gem #4C3D96

Color information

#4C3D96 (or 0x4C3D96) is unknown color: approx Blue Gem. HEX triplet: 4C, 3D and 96. RGB value is (76,61,150). Sum of RGB (Red+Green+Blue) = 76+61+150=287 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.48% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #4C3D96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3D96 is #B3C269. Grayscale: #4B4B4B. Windows color (decimal): -11780714 or 9846092. OLE color: 9846092.

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

Color convert

RGB7661150-
CMYK0.490.5900.41
HSL250.11º42.18%41.37%-
HSV(B)250.11º59.33%58.82%-
XYZ10.157.0829.68-
YUV75.63169.97128.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.48%
GREEN value IS 61 (24.22% from 255) = 21.25%
BLUE value IS 150 (58.98% from 255) = 52.26%
R=26.48%
G=21.25%
B=52.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal76611500.490.5900.41250.1142.1841.37
Hex4C3D96313B029fa2a29
Octal1147522661730513725251
Binary100110011110110010110110001111011010100111111010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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