#4C4699

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

Shades of Blue Gem #4C4699

Tints of Blue Gem #4C4699

Color information

#4C4699 (or 0x4C4699) is unknown color: approx Blue Gem. HEX triplet: 4C, 46 and 99. RGB value is (76,70,153). Sum of RGB (Red+Green+Blue) = 76+70+153=299 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.42% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #4C4699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4699 is #B3B966. Grayscale: #505050. Windows color (decimal): -11778407 or 10045004. OLE color: 10045004.

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

Color convert

RGB7670153-
CMYK0.500.5400.4
HSL244.34º37.22%43.73%-
HSV(B)244.34º54.25%60%-
XYZ10.928.2231.15-
YUV81.26168.49124.25-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.42%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 153 (60.16% from 255) = 51.17%
R=25.42%
G=23.41%
B=51.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal76701530.500.5400.4244.3437.2243.73
Hex4C46993236028f4252c
Octal11410623162660503644554
Binary1001100100011010011001110010110110010100011110100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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