#48374C

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

Shades of Bossanova #48374C

Tints of Bossanova #48374C

Color information

#48374C (or 0x48374C) is unknown color: approx Bossanova. HEX triplet: 48, 37 and 4C. RGB value is (72,55,76). Sum of RGB (Red+Green+Blue) = 72+55+76=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 76 - color contains mainly: blue. Hex color #48374C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48374C is #B7C8B3. Grayscale: #3E3E3E. Windows color (decimal): -12044468 or 4994888. OLE color: 4994888.

HSL color Cylindrical-coordinate representation of color #48374C: hue angle of 288.57º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #48374C is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB725576-
CMYK0.050.2800.70
HSL288.57º16.03%25.69%-
HSV(B)288.57º27.63%29.8%-
XYZ5.344.637.45-
YUV62.48135.63134.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 55 (21.88% from 255) = 27.09%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=35.47%
G=27.09%
B=37.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7255760.050.2800.70288.5716.0325.69
Hex48374C51C046121101a
Octal1106711453401064412032
Binary1001000110111100110010111100010001101001000011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48374C; }

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

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

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

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

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

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

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

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