#484448

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

Shades of Bossanova #484448

Tints of Bossanova #484448

Color information

#484448 (or 0x484448) is unknown color: approx Bossanova. HEX triplet: 48, 44 and 48. RGB value is (72,68,72). Sum of RGB (Red+Green+Blue) = 72+68+72=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #484448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484448 is #B7BBB7. Grayscale: #454545. Windows color (decimal): -12041144 or 4736072. OLE color: 4736072.

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

Color convert

RGB726872-
CMYK00.0600.72
HSL300º2.86%27.45%-
HSV(B)300º5.56%28.24%-
XYZ5.915.986.97-
YUV69.65129.33129.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 68 (26.95% from 255) = 32.08%
BLUE value IS 72 (28.52% from 255) = 33.96%
R=33.96%
G=32.08%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72687200.0600.723002.8627.45
Hex4844480604812c31b
Octal110104110060110454333
Binary1001000100010010010000110010010001001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484448; }

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

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

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

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

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

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

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

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