#4C444C

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

Shades of Bossanova #4C444C

Tints of Bossanova #4C444C

Color information

#4C444C (or 0x4C444C) is unknown color: approx Bossanova. HEX triplet: 4C, 44 and 4C. RGB value is (76,68,76). Sum of RGB (Red+Green+Blue) = 76+68+76=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 76 - color contains mainly: red, blue. Hex color #4C444C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C444C is #B3BBB3. Grayscale: #474747. Windows color (decimal): -11778996 or 4998220. OLE color: 4998220.

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

Color convert

RGB766876-
CMYK00.1100.70
HSL300º5.56%28.24%-
HSV(B)300º10.53%29.8%-
XYZ6.356.197.7-
YUV71.3130.65131.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.55%
GREEN value IS 68 (26.95% from 255) = 30.91%
BLUE value IS 76 (30.08% from 255) = 34.55%
R=34.55%
G=30.91%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76687600.1100.703005.5628.24
Hex4C444C0B04612c61c
Octal1141041140130106454634
Binary100110010001001001100010110100011010010110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C444C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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