#483748

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

Shades of Bossanova #483748

Tints of Bossanova #483748

Color information

#483748 (or 0x483748) is unknown color: approx Bossanova. HEX triplet: 48, 37 and 48. RGB value is (72,55,72). Sum of RGB (Red+Green+Blue) = 72+55+72=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #483748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483748 is #B7C8B7. Grayscale: #3D3D3D. Windows color (decimal): -12044472 or 4732744. OLE color: 4732744.

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

Color convert

RGB725572-
CMYK00.2400.72
HSL300º13.39%24.9%-
HSV(B)300º23.61%28.24%-
XYZ5.214.586.74-
YUV62.02133.63135.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 55 (21.88% from 255) = 27.64%
BLUE value IS 72 (28.52% from 255) = 36.18%
R=36.18%
G=27.64%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72557200.2400.7230013.3924.9
Hex48374801804812cd19
Octal1106711003001104541531
Binary1001000110111100100001100001001000100101100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483748; }

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

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

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

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

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

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

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

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