#48364B

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

Shades of Bossanova #48364B

Tints of Bossanova #48364B

Color information

#48364B (or 0x48364B) is unknown color: approx Bossanova. HEX triplet: 48, 36 and 4B. RGB value is (72,54,75). Sum of RGB (Red+Green+Blue) = 72+54+75=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 75 - color contains mainly: blue. Hex color #48364B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48364B is #B7C9B4. Grayscale: #3D3D3D. Windows color (decimal): -12044725 or 4929096. OLE color: 4929096.

HSL color Cylindrical-coordinate representation of color #48364B: hue angle of 291.43º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #48364B is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB725475-
CMYK0.040.2800.71
HSL291.43º16.28%25.29%-
HSV(B)291.43º28%29.41%-
XYZ5.264.527.25-
YUV61.78135.46135.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 54 (21.48% from 255) = 26.87%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=35.82%
G=26.87%
B=37.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7254750.040.2800.71291.4316.2825.29
Hex48364B41C0471231019
Octal1106611343401074432031
Binary1001000110110100101110011100010001111001000111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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