#483548

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

Shades of Bossanova #483548

Tints of Bossanova #483548

Color information

#483548 (or 0x483548) is unknown color: approx Bossanova. HEX triplet: 48, 35 and 48. RGB value is (72,53,72). Sum of RGB (Red+Green+Blue) = 72+53+72=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #483548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483548 is #B7CAB7. Grayscale: #3C3C3C. Windows color (decimal): -12044984 or 4732232. OLE color: 4732232.

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

Color convert

RGB725372-
CMYK00.2600.72
HSL300º15.2%24.51%-
HSV(B)300º26.39%28.24%-
XYZ5.124.396.71-
YUV60.85134.29135.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 53 (21.09% from 255) = 26.90%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=36.55%
G=26.90%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72537200.2600.7230015.224.51
Hex48354801A04812cf19
Octal1106511003201104541731
Binary1001000110101100100001101001001000100101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483548; }

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

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

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

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

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

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

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

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