#4C3699

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

Shades of Blue Gem #4C3699

Tints of Blue Gem #4C3699

Color information

#4C3699 (or 0x4C3699) is unknown color: approx Blue Gem. HEX triplet: 4C, 36 and 99. RGB value is (76,54,153). Sum of RGB (Red+Green+Blue) = 76+54+153=283 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.86% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #4C3699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3699 is #B3C966. Grayscale: #474747. Windows color (decimal): -11782503 or 10040908. OLE color: 10040908.

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

Color convert

RGB7654153-
CMYK0.500.6500.4
HSL253.33º47.83%40.59%-
HSV(B)253.33º64.71%60%-
XYZ10.056.4730.86-
YUV71.86173.79130.95-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.86%
GREEN value IS 54 (21.48% from 255) = 19.08%
BLUE value IS 153 (60.16% from 255) = 54.06%
R=26.86%
G=19.08%
B=54.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal76541530.500.6500.4253.3347.8340.59
Hex4C36993241028fd3029
Octal11466231621010503756051
Binary1001100110110100110011100101000001010100011111101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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