#48384D

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

Shades of Bossanova #48384D

Tints of Bossanova #48384D

Color information

#48384D (or 0x48384D) is unknown color: approx Bossanova. HEX triplet: 48, 38 and 4D. RGB value is (72,56,77). Sum of RGB (Red+Green+Blue) = 72+56+77=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 77 - color contains mainly: blue. Hex color #48384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48384D is #B7C7B2. Grayscale: #3F3F3F. Windows color (decimal): -12044211 or 5060680. OLE color: 5060680.

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

Color convert

RGB725677-
CMYK0.060.2700.70
HSL285.71º15.79%26.08%-
HSV(B)285.71º27.27%30.2%-
XYZ5.434.747.65-
YUV63.18135.8134.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.12%
GREEN value IS 56 (22.27% from 255) = 27.32%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=35.12%
G=27.32%
B=37.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7256770.060.2700.70285.7115.7926.08
Hex48384D61B04611e101a
Octal1107011563301064362032
Binary1001000111000100110111011011010001101000111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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