#484548

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

Shades of Bossanova #484548

Tints of Bossanova #484548

Color information

#484548 (or 0x484548) is unknown color: approx Bossanova. HEX triplet: 48, 45 and 48. RGB value is (72,69,72). Sum of RGB (Red+Green+Blue) = 72+69+72=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #484548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484548 is #B7BAB7. Grayscale: #464646. Windows color (decimal): -12040888 or 4736328. OLE color: 4736328.

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

Color convert

RGB726972-
CMYK00.0400.72
HSL300º2.13%27.65%-
HSV(B)300º4.17%28.24%-
XYZ5.976.16.99-
YUV70.24128.99129.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 69 (27.34% from 255) = 32.39%
BLUE value IS 72 (28.52% from 255) = 33.80%
R=33.80%
G=32.39%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72697200.0400.723002.1327.65
Hex4845480404812c21c
Octal110105110040110454234
Binary1001000100010110010000100010010001001011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484548; }

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

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

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

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

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

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

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

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