#4C464C

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

Shades of Bossanova #4C464C

Tints of Bossanova #4C464C

Color information

#4C464C (or 0x4C464C) is unknown color: approx Bossanova. HEX triplet: 4C, 46 and 4C. RGB value is (76,70,76). Sum of RGB (Red+Green+Blue) = 76+70+76=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 76 - color contains mainly: red, blue. Hex color #4C464C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C464C is #B3B9B3. Grayscale: #484848. Windows color (decimal): -11778484 or 4998732. OLE color: 4998732.

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

Color convert

RGB767076-
CMYK00.0800.70
HSL300º4.11%28.63%-
HSV(B)300º7.89%29.8%-
XYZ6.486.447.74-
YUV72.48129.99130.51-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.23%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 76 (30.08% from 255) = 34.23%
R=34.23%
G=31.53%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76707600.0800.703004.1128.63
Hex4C464C0804612c41d
Octal1141061140100106454435
Binary100110010001101001100010000100011010010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C464C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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