#48384E

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

Shades of Bossanova #48384E

Tints of Bossanova #48384E

Color information

#48384E (or 0x48384E) is unknown color: approx Bossanova. HEX triplet: 48, 38 and 4E. RGB value is (72,56,78). Sum of RGB (Red+Green+Blue) = 72+56+78=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 78 - color contains mainly: blue. Hex color #48384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48384E is #B7C7B1. Grayscale: #3F3F3F. Windows color (decimal): -12044210 or 5126216. OLE color: 5126216.

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

Color convert

RGB725678-
CMYK0.080.2800.69
HSL283.64º16.42%26.27%-
HSV(B)283.64º28.21%30.59%-
XYZ5.464.767.84-
YUV63.29136.3134.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 56 (22.27% from 255) = 27.18%
BLUE value IS 78 (30.86% from 255) = 37.86%
R=34.95%
G=27.18%
B=37.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7256780.080.2800.69283.6416.4226.27
Hex48384E81C04511c101a
Octal11070116103401054342032
Binary10010001110001001110100011100010001011000111001000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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