#4C404D

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

Shades of Bossanova #4C404D

Tints of Bossanova #4C404D

Color information

#4C404D (or 0x4C404D) is unknown color: approx Bossanova. HEX triplet: 4C, 40 and 4D. RGB value is (76,64,77). Sum of RGB (Red+Green+Blue) = 76+64+77=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 77 - color contains mainly: blue. Hex color #4C404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C404D is #B3BFB2. Grayscale: #454545. Windows color (decimal): -11780019 or 5062732. OLE color: 5062732.

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

Color convert

RGB766477-
CMYK0.010.1700.70
HSL295.38º9.22%27.65%-
HSV(B)295.38º16.88%30.2%-
XYZ6.155.747.8-
YUV69.07132.48132.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.02%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=35.02%
G=29.49%
B=35.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7664770.010.1700.70295.389.2227.65
Hex4C404D11104612791c
Octal11410011512101064471134
Binary10011001000000100110111000101000110100100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,64,77); }

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

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

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

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

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

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

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