#4C3D99

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

Shades of Blue Gem #4C3D99

Tints of Blue Gem #4C3D99

Color information

#4C3D99 (or 0x4C3D99) is unknown color: approx Blue Gem. HEX triplet: 4C, 3D and 99. RGB value is (76,61,153). Sum of RGB (Red+Green+Blue) = 76+61+153=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #4C3D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3D99 is #B3C266. Grayscale: #4B4B4B. Windows color (decimal): -11780711 or 10042700. OLE color: 10042700.

HSL color Cylindrical-coordinate representation of color #4C3D99: hue angle of 249.78º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C3D99 is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7661153-
CMYK0.500.6000.4
HSL249.78º42.99%41.96%-
HSV(B)249.78º60.13%60%-
XYZ10.47.1730.97-
YUV75.97171.47128.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.21%
GREEN value IS 61 (24.22% from 255) = 21.03%
BLUE value IS 153 (60.16% from 255) = 52.76%
R=26.21%
G=21.03%
B=52.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal76611530.500.6000.4249.7842.9941.96
Hex4C3D99323C028fa2b2a
Octal1147523162740503725352
Binary100110011110110011001110010111100010100011111010101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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