#484048

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

Shades of Bossanova #484048

Tints of Bossanova #484048

Color information

#484048 (or 0x484048) is unknown color: approx Bossanova. HEX triplet: 48, 40 and 48. RGB value is (72,64,72). Sum of RGB (Red+Green+Blue) = 72+64+72=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #484048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484048 is #B7BFB7. Grayscale: #434343. Windows color (decimal): -12042168 or 4735048. OLE color: 4735048.

HSL color Cylindrical-coordinate representation of color #484048: hue angle of 300º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #484048 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB726472-
CMYK00.1100.72
HSL300º5.88%26.67%-
HSV(B)300º11.11%28.24%-
XYZ5.685.516.9-
YUV67.3130.65131.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.62%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 72 (28.52% from 255) = 34.62%
R=34.62%
G=30.77%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72647200.1100.723005.8826.67
Hex4840480B04812c61b
Octal1101001100130110454633
Binary100100010000001001000010110100100010010110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484048; }

 p { color: rgb(72,64,72); }

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

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

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

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

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

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

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