#49454B

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

Shades of Bossanova #49454B

Tints of Bossanova #49454B

Color information

#49454B (or 0x49454B) is unknown color: approx Bossanova. HEX triplet: 49, 45 and 4B. RGB value is (73,69,75). Sum of RGB (Red+Green+Blue) = 73+69+75=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 75 - color contains mainly: blue. Hex color #49454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49454B is #B6BAB4. Grayscale: #464646. Windows color (decimal): -11975349 or 4932937. OLE color: 4932937.

HSL color Cylindrical-coordinate representation of color #49454B: hue angle of 280º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #49454B is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB736975-
CMYK0.030.0800.71
HSL280º4.17%28.24%-
HSV(B)280º8%29.41%-
XYZ6.156.187.53-
YUV70.88130.33129.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.64%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 75 (29.69% from 255) = 34.56%
R=33.64%
G=31.80%
B=34.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7369750.030.0800.712804.1728.24
Hex49454B3804711841c
Octal1111051133100107430434
Binary1001001100010110010111110000100011110001100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49454B; }

 p { color: rgb(73,69,75); }

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

<style>
 a { background-color: #49454B; }

 a { background-color: rgb(73,69,75); }

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

<style>
 span { border-color: #49454B; }

 span { border-color: rgb(73,69,75); }

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