#49424B

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

Shades of Bossanova #49424B

Tints of Bossanova #49424B

Color information

#49424B (or 0x49424B) is unknown color: approx Bossanova. HEX triplet: 49, 42 and 4B. RGB value is (73,66,75). Sum of RGB (Red+Green+Blue) = 73+66+75=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 75 - color contains mainly: blue. Hex color #49424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49424B is #B6BDB4. Grayscale: #454545. Windows color (decimal): -11976117 or 4932169. OLE color: 4932169.

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

Color convert

RGB736675-
CMYK0.030.1200.71
HSL286.67º6.38%27.65%-
HSV(B)286.67º12%29.41%-
XYZ5.975.827.47-
YUV69.12131.32130.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 34.11%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 75 (29.69% from 255) = 35.05%
R=34.11%
G=30.84%
B=35.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7366750.030.1200.71286.676.3827.65
Hex49424B3C04711f61c
Octal1111021133140107437634
Binary1001001100001010010111111000100011110001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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