#4A404E

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

Shades of Bossanova #4A404E

Tints of Bossanova #4A404E

Color information

#4A404E (or 0x4A404E) is unknown color: approx Bossanova. HEX triplet: 4A, 40 and 4E. RGB value is (74,64,78). Sum of RGB (Red+Green+Blue) = 74+64+78=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 78 - color contains mainly: blue. Hex color #4A404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A404E is #B5BFB1. Grayscale: #444444. Windows color (decimal): -11911090 or 5128266. OLE color: 5128266.

HSL color Cylindrical-coordinate representation of color #4A404E: hue angle of 282.86º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4A404E is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB746478-
CMYK0.050.1800.69
HSL282.86º9.86%27.84%-
HSV(B)282.86º17.95%30.59%-
XYZ6.035.677.98-
YUV68.59133.31131.86-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.26%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=34.26%
G=29.63%
B=36.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7464780.050.1800.69282.869.8627.84
Hex4A404E51204511ba1c
Octal11210011652201054331234
Binary1001010100000010011101011001001000101100011011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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