#48374E

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

Shades of Bossanova #48374E

Tints of Bossanova #48374E

Color information

#48374E (or 0x48374E) is unknown color: approx Bossanova. HEX triplet: 48, 37 and 4E. RGB value is (72,55,78). Sum of RGB (Red+Green+Blue) = 72+55+78=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 78 - color contains mainly: blue. Hex color #48374E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48374E is #B7C8B1. Grayscale: #3E3E3E. Windows color (decimal): -12044466 or 5125960. OLE color: 5125960.

HSL color Cylindrical-coordinate representation of color #48374E: hue angle of 284.35º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48374E is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB725578-
CMYK0.080.2900.69
HSL284.35º17.29%26.08%-
HSV(B)284.35º29.49%30.59%-
XYZ5.414.667.82-
YUV62.7136.63134.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.12%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 78 (30.86% from 255) = 38.05%
R=35.12%
G=26.83%
B=38.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7255780.080.2900.69284.3517.2926.08
Hex48374E81D04511c111a
Octal11067116103501054342132
Binary10010001101111001110100011101010001011000111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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