#4A404D

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

Shades of Bossanova #4A404D

Tints of Bossanova #4A404D

Color information

#4A404D (or 0x4A404D) is unknown color: approx Bossanova. HEX triplet: 4A, 40 and 4D. RGB value is (74,64,77). Sum of RGB (Red+Green+Blue) = 74+64+77=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A404D is #B5BFB2. Grayscale: #444444. Windows color (decimal): -11911091 or 5062730. OLE color: 5062730.

HSL color Cylindrical-coordinate representation of color #4A404D: hue angle of 286.15º 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 #4A404D is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB746477-
CMYK0.040.1700.70
HSL286.15º9.22%27.65%-
HSV(B)286.15º16.88%30.2%-
XYZ65.667.8-
YUV68.47132.81131.94-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.42%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=34.42%
G=29.77%
B=35.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7464770.040.1700.70286.159.2227.65
Hex4A404D41104611e91c
Octal11210011542101064361134
Binary1001010100000010011011001000101000110100011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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