#484648

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

Shades of Bossanova #484648

Tints of Bossanova #484648

Color information

#484648 (or 0x484648) is unknown color: approx Bossanova. HEX triplet: 48, 46 and 48. RGB value is (72,70,72). Sum of RGB (Red+Green+Blue) = 72+70+72=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #484648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484648 is #B7B9B7. Grayscale: #464646. Windows color (decimal): -12040632 or 4736584. OLE color: 4736584.

HSL color Cylindrical-coordinate representation of color #484648: 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.03%. Process color model (Four color, CMYK) of #484648 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB727072-
CMYK00.0300.72
HSL300º1.41%27.84%-
HSV(B)300º2.78%28.24%-
XYZ6.036.237.01-
YUV70.83128.66128.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 70 (27.73% from 255) = 32.71%
BLUE value IS 72 (28.52% from 255) = 33.64%
R=33.64%
G=32.71%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72707200.0300.723001.4127.84
Hex4846480304812c11c
Octal110106110030110454134
Binary10010001000110100100001101001000100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484648; }

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

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

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

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

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

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

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

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