#48364D

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

Shades of Bossanova #48364D

Tints of Bossanova #48364D

Color information

#48364D (or 0x48364D) is unknown color: approx Bossanova. HEX triplet: 48, 36 and 4D. RGB value is (72,54,77). Sum of RGB (Red+Green+Blue) = 72+54+77=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 54 (21.48% from 255 or 26.60% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 77 - color contains mainly: blue. Hex color #48364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48364D is #B7C9B2. Grayscale: #3D3D3D. Windows color (decimal): -12044723 or 5060168. OLE color: 5060168.

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

Color convert

RGB725477-
CMYK0.060.3000.70
HSL286.96º17.56%25.69%-
HSV(B)286.96º29.87%30.2%-
XYZ5.334.557.62-
YUV62136.46135.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.47%
GREEN value IS 54 (21.48% from 255) = 26.60%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=35.47%
G=26.60%
B=37.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7254770.060.3000.70286.9617.5625.69
Hex48364D61E04611f121a
Octal1106611563601064372232
Binary1001000110110100110111011110010001101000111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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