#484449

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

Shades of Bossanova #484449

Tints of Bossanova #484449

Color information

#484449 (or 0x484449) is unknown color: approx Bossanova. HEX triplet: 48, 44 and 49. RGB value is (72,68,73). Sum of RGB (Red+Green+Blue) = 72+68+73=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 73 - color contains mainly: blue. Hex color #484449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484449 is #B7BBB6. Grayscale: #454545. Windows color (decimal): -12041143 or 4801608. OLE color: 4801608.

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

Color convert

RGB726873-
CMYK0.010.0700.71
HSL288º3.55%27.65%-
HSV(B)288º6.85%28.63%-
XYZ5.945.997.15-
YUV69.77129.83129.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 68 (26.95% from 255) = 31.92%
BLUE value IS 73 (28.91% from 255) = 34.27%
R=33.80%
G=31.92%
B=34.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7268730.010.0700.712883.5527.65
Hex4844491704712041c
Octal110104111170107440434
Binary10010001000100100100111110100011110010000010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484449; }

 p { color: rgb(72,68,73); }

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

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

 a { background-color: rgb(72,68,73); }

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

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

 span { border-color: rgb(72,68,73); }

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