#4A404C

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

Shades of Bossanova #4A404C

Tints of Bossanova #4A404C

Color information

#4A404C (or 0x4A404C) is unknown color: approx Bossanova. HEX triplet: 4A, 40 and 4C. RGB value is (74,64,76). Sum of RGB (Red+Green+Blue) = 74+64+76=214 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.58% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 76 - color contains mainly: blue. Hex color #4A404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A404C is #B5BFB3. Grayscale: #444444. Windows color (decimal): -11911092 or 4997194. OLE color: 4997194.

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

Color convert

RGB746476-
CMYK0.030.1600.70
HSL290º8.57%27.45%-
HSV(B)290º15.79%29.8%-
XYZ5.965.647.61-
YUV68.36132.31132.02-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.58%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 76 (30.08% from 255) = 35.51%
R=34.58%
G=29.91%
B=35.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7464760.030.1600.702908.5727.45
Hex4A404C31004612291b
Octal11210011432001064421133
Binary100101010000001001100111000001000110100100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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