#48344B

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

Shades of Bossanova #48344B

Tints of Bossanova #48344B

Color information

#48344B (or 0x48344B) is unknown color: approx Bossanova. HEX triplet: 48, 34 and 4B. RGB value is (72,52,75). Sum of RGB (Red+Green+Blue) = 72+52+75=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 75 - color contains mainly: blue. Hex color #48344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48344B is #B7CBB4. Grayscale: #3C3C3C. Windows color (decimal): -12045237 or 4928584. OLE color: 4928584.

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

Color convert

RGB725275-
CMYK0.040.3100.71
HSL292.17º18.11%24.9%-
HSV(B)292.17º30.67%29.41%-
XYZ5.174.347.22-
YUV60.6136.13136.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.18%
GREEN value IS 52 (20.70% from 255) = 26.13%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=36.18%
G=26.13%
B=37.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7252750.040.3100.71292.1718.1124.9
Hex48344B41F0471241219
Octal1106411343701074442231
Binary1001000110100100101110011111010001111001001001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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