#4C414C

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

Shades of Bossanova #4C414C

Tints of Bossanova #4C414C

Color information

#4C414C (or 0x4C414C) is unknown color: approx Bossanova. HEX triplet: 4C, 41 and 4C. RGB value is (76,65,76). Sum of RGB (Red+Green+Blue) = 76+65+76=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 76 - color contains mainly: red, blue. Hex color #4C414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C414C is #B3BEB3. Grayscale: #454545. Windows color (decimal): -11779764 or 4997452. OLE color: 4997452.

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

Color convert

RGB766576-
CMYK00.1400.70
HSL300º7.8%27.65%-
HSV(B)300º14.47%29.8%-
XYZ6.185.847.64-
YUV69.54131.64132.61-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.02%
GREEN value IS 65 (25.78% from 255) = 29.95%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=35.02%
G=29.95%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76657600.1400.703007.827.65
Hex4C414C0E04612c81c
Octal11410111401601064541034
Binary1001100100000110011000111001000110100101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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