#4C3A95

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

Shades of Blue Gem #4C3A95

Tints of Blue Gem #4C3A95

Color information

#4C3A95 (or 0x4C3A95) is unknown color: approx Blue Gem. HEX triplet: 4C, 3A and 95. RGB value is (76,58,149). Sum of RGB (Red+Green+Blue) = 76+58+149=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #4C3A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3A95 is #B3C56A. Grayscale: #494949. Windows color (decimal): -11781483 or 9779788. OLE color: 9779788.

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

Color convert

RGB7658149-
CMYK0.490.6100.42
HSL251.87º43.96%40.59%-
HSV(B)251.87º61.07%58.43%-
XYZ9.926.7329.21-
YUV73.76170.46129.6-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.86%
GREEN value IS 58 (23.05% from 255) = 20.49%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=26.86%
G=20.49%
B=52.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal76581490.490.6100.42251.8743.9640.59
Hex4C3A95313D02Afc2c29
Octal1147222561750523745451
Binary100110011101010010101110001111101010101011111100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,58,149); }

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

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

 a { background-color: rgb(76,58,149); }

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

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

 span { border-color: rgb(76,58,149); }

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