#483E48

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

Shades of Bossanova #483E48

Tints of Bossanova #483E48

Color information

#483E48 (or 0x483E48) is unknown color: approx Bossanova. HEX triplet: 48, 3E and 48. RGB value is (72,62,72). Sum of RGB (Red+Green+Blue) = 72+62+72=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #483E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483E48 is #B7C1B7. Grayscale: #424242. Windows color (decimal): -12042680 or 4734536. OLE color: 4734536.

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

Color convert

RGB726272-
CMYK00.1400.72
HSL300º7.46%26.27%-
HSV(B)300º13.89%28.24%-
XYZ5.565.296.86-
YUV66.13131.31132.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 62 (24.61% from 255) = 30.10%
BLUE value IS 72 (28.52% from 255) = 34.95%
R=34.95%
G=30.10%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72627200.1400.723007.4626.27
Hex483E480E04812c71a
Octal110761100160110454732
Binary10010001111101001000011100100100010010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483E48; }

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

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

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

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

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

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

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

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