#484549

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

Shades of Bossanova #484549

Tints of Bossanova #484549

Color information

#484549 (or 0x484549) is unknown color: approx Bossanova. HEX triplet: 48, 45 and 49. RGB value is (72,69,73). Sum of RGB (Red+Green+Blue) = 72+69+73=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 73 - color contains mainly: blue. Hex color #484549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484549 is #B7BAB6. Grayscale: #464646. Windows color (decimal): -12040887 or 4801864. OLE color: 4801864.

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

Color convert

RGB726973-
CMYK0.010.0500.71
HSL285º2.82%27.84%-
HSV(B)285º5.48%28.63%-
XYZ66.127.17-
YUV70.35129.49129.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 69 (27.34% from 255) = 32.24%
BLUE value IS 73 (28.91% from 255) = 34.11%
R=33.64%
G=32.24%
B=34.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7269730.010.0500.712852.8227.84
Hex4845491504711d31c
Octal110105111150107435334
Binary1001000100010110010011101010001111000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484549; }

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

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

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

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

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

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

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

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