#48394D

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

Shades of Bossanova #48394D

Tints of Bossanova #48394D

Color information

#48394D (or 0x48394D) is unknown color: approx Bossanova. HEX triplet: 48, 39 and 4D. RGB value is (72,57,77). Sum of RGB (Red+Green+Blue) = 72+57+77=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: blue. Hex color #48394D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48394D is #B7C6B2. Grayscale: #3F3F3F. Windows color (decimal): -12043955 or 5060936. OLE color: 5060936.

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

Color convert

RGB725777-
CMYK0.060.2600.70
HSL285º14.93%26.27%-
HSV(B)285º25.97%30.2%-
XYZ5.484.847.67-
YUV63.76135.47133.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 57 (22.66% from 255) = 27.67%
BLUE value IS 77 (30.47% from 255) = 37.38%
R=34.95%
G=27.67%
B=37.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7257770.060.2600.7028514.9326.27
Hex48394D61A04611df1a
Octal1107111563201064351732
Binary100100011100110011011101101001000110100011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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