#4C494C

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

Shades of Bossanova #4C494C

Tints of Bossanova #4C494C

Color information

#4C494C (or 0x4C494C) is unknown color: approx Bossanova. HEX triplet: 4C, 49 and 4C. RGB value is (76,73,76). Sum of RGB (Red+Green+Blue) = 76+73+76=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 76 - color contains mainly: red, blue. Hex color #4C494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C494C is #B3B6B3. Grayscale: #4A4A4A. Windows color (decimal): -11777716 or 4999500. OLE color: 4999500.

HSL color Cylindrical-coordinate representation of color #4C494C: hue angle of 300º degrees, saturation: 0.02, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4C494C is Cyan = 0, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB767376-
CMYK00.0400.70
HSL300º2.01%29.22%-
HSV(B)300º3.95%29.8%-
XYZ6.676.827.8-
YUV74.24128.99129.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.78%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=33.78%
G=32.44%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76737600.0400.703002.0129.22
Hex4C494C0404612c21d
Octal114111114040106454235
Binary1001100100100110011000100010001101001011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,73,76); }

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

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

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

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

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

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

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