#484748

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

Shades of Bossanova #484748

Tints of Bossanova #484748

Color information

#484748 (or 0x484748) is unknown color: approx Bossanova. HEX triplet: 48, 47 and 48. RGB value is (72,71,72). Sum of RGB (Red+Green+Blue) = 72+71+72=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 72 (28.52% from 255 or 33.49% from 215); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #484748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484748 is #B7B8B7. Grayscale: #474747. Windows color (decimal): -12040376 or 4736840. OLE color: 4736840.

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

Color convert

RGB727172-
CMYK00.0100.72
HSL300º0.7%28.04%-
HSV(B)300º1.39%28.24%-
XYZ6.16.357.04-
YUV71.41128.33128.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 71 (28.12% from 255) = 33.02%
BLUE value IS 72 (28.52% from 255) = 33.49%
R=33.49%
G=33.02%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72717200.0100.723000.728.04
Hex4847480104812c11c
Octal110107110010110454134
Binary1001000100011110010000101001000100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484748; }

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

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

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

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

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

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

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

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