#4C4299

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

Shades of Blue Gem #4C4299

Tints of Blue Gem #4C4299

Color information

#4C4299 (or 0x4C4299) is unknown color: approx Blue Gem. HEX triplet: 4C, 42 and 99. RGB value is (76,66,153). Sum of RGB (Red+Green+Blue) = 76+66+153=295 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.76% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #4C4299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4299 is #B3BD66. Grayscale: #4E4E4E. Windows color (decimal): -11779431 or 10043980. OLE color: 10043980.

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

Color convert

RGB7666153-
CMYK0.500.5700.4
HSL246.9º39.73%42.94%-
HSV(B)246.9º56.86%60%-
XYZ10.687.7331.07-
YUV78.91169.81125.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.76%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 153 (60.16% from 255) = 51.86%
R=25.76%
G=22.37%
B=51.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal76661530.500.5700.4246.939.7342.94
Hex4C42993239028f7282b
Octal11410223162710503675053
Binary1001100100001010011001110010111001010100011110111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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