#48344C

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

Shades of Bossanova #48344C

Tints of Bossanova #48344C

Color information

#48344C (or 0x48344C) is unknown color: approx Bossanova. HEX triplet: 48, 34 and 4C. RGB value is (72,52,76). Sum of RGB (Red+Green+Blue) = 72+52+76=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 76 - color contains mainly: blue. Hex color #48344C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48344C is #B7CBB3. Grayscale: #3C3C3C. Windows color (decimal): -12045236 or 4994120. OLE color: 4994120.

HSL color Cylindrical-coordinate representation of color #48344C: hue angle of 290º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #48344C is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB725276-
CMYK0.050.3200.70
HSL290º18.75%25.1%-
HSV(B)290º31.58%29.8%-
XYZ5.24.367.4-
YUV60.72136.63136.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36%
GREEN value IS 52 (20.70% from 255) = 26%
BLUE value IS 76 (30.08% from 255) = 38%
R=36%
G=26%
B=38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7252760.050.3200.7029018.7525.1
Hex48344C5200461221319
Octal1106411454001064422331
Binary10010001101001001100101100000010001101001000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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