#484248

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

Shades of Bossanova #484248

Tints of Bossanova #484248

Color information

#484248 (or 0x484248) is unknown color: approx Bossanova. HEX triplet: 48, 42 and 48. RGB value is (72,66,72). Sum of RGB (Red+Green+Blue) = 72+66+72=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #484248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484248 is #B7BDB7. Grayscale: #444444. Windows color (decimal): -12041656 or 4735560. OLE color: 4735560.

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

Color convert

RGB726672-
CMYK00.0800.72
HSL300º4.35%27.06%-
HSV(B)300º8.33%28.24%-
XYZ5.795.746.93-
YUV68.48129.99130.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 66 (26.17% from 255) = 31.43%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=34.29%
G=31.43%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72667200.0800.723004.3527.06
Hex4842480804812c41b
Octal1101021100100110454433
Binary100100010000101001000010000100100010010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484248; }

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

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

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

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

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

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

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

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