#48354C

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

Shades of Bossanova #48354C

Tints of Bossanova #48354C

Color information

#48354C (or 0x48354C) is unknown color: approx Bossanova. HEX triplet: 48, 35 and 4C. RGB value is (72,53,76). Sum of RGB (Red+Green+Blue) = 72+53+76=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 76 - color contains mainly: blue. Hex color #48354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48354C is #B7CAB3. Grayscale: #3D3D3D. Windows color (decimal): -12044980 or 4994376. OLE color: 4994376.

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

Color convert

RGB725376-
CMYK0.050.3000.70
HSL289.57º17.83%25.29%-
HSV(B)289.57º30.26%29.8%-
XYZ5.254.457.42-
YUV61.3136.29135.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 53 (21.09% from 255) = 26.37%
BLUE value IS 76 (30.08% from 255) = 37.81%
R=35.82%
G=26.37%
B=37.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7253760.050.3000.70289.5717.8325.29
Hex48354C51E0461221219
Octal1106511453601064422231
Binary1001000110101100110010111110010001101001000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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