#49414B

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

Shades of Bossanova #49414B

Tints of Bossanova #49414B

Color information

#49414B (or 0x49414B) is unknown color: approx Bossanova. HEX triplet: 49, 41 and 4B. RGB value is (73,65,75). Sum of RGB (Red+Green+Blue) = 73+65+75=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 75 - color contains mainly: blue. Hex color #49414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49414B is #B6BEB4. Grayscale: #444444. Windows color (decimal): -11976373 or 4931913. OLE color: 4931913.

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

Color convert

RGB736575-
CMYK0.030.1300.71
HSL288º7.14%27.45%-
HSV(B)288º13.33%29.41%-
XYZ5.915.717.45-
YUV68.53131.65131.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.27%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 75 (29.69% from 255) = 35.21%
R=34.27%
G=30.52%
B=35.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7365750.030.1300.712887.1427.45
Hex49414B3D04712071b
Octal1111011133150107440733
Binary1001001100000110010111111010100011110010000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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