#483C48

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

Shades of Bossanova #483C48

Tints of Bossanova #483C48

Color information

#483C48 (or 0x483C48) is unknown color: approx Bossanova. HEX triplet: 48, 3C and 48. RGB value is (72,60,72). Sum of RGB (Red+Green+Blue) = 72+60+72=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #483C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483C48 is #B7C3B7. Grayscale: #404040. Windows color (decimal): -12043192 or 4734024. OLE color: 4734024.

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

Color convert

RGB726072-
CMYK00.1700.72
HSL300º9.09%25.88%-
HSV(B)300º16.67%28.24%-
XYZ5.465.086.82-
YUV64.96131.98133.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 60 (23.83% from 255) = 29.41%
BLUE value IS 72 (28.52% from 255) = 35.29%
R=35.29%
G=29.41%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72607200.1700.723009.0925.88
Hex483C4801104812c91a
Octal1107411002101104541132
Binary1001000111100100100001000101001000100101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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