#48404C

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

Shades of Bossanova #48404C

Tints of Bossanova #48404C

Color information

#48404C (or 0x48404C) is unknown color: approx Bossanova. HEX triplet: 48, 40 and 4C. RGB value is (72,64,76). Sum of RGB (Red+Green+Blue) = 72+64+76=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 76 - color contains mainly: blue. Hex color #48404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48404C is #B7BFB3. Grayscale: #434343. Windows color (decimal): -12042164 or 4997192. OLE color: 4997192.

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

Color convert

RGB726476-
CMYK0.050.1600.70
HSL280º8.57%27.45%-
HSV(B)280º15.79%29.8%-
XYZ5.815.577.61-
YUV67.76132.65131.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 64 (25.39% from 255) = 30.19%
BLUE value IS 76 (30.08% from 255) = 35.85%
R=33.96%
G=30.19%
B=35.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7264760.050.1600.702808.5727.45
Hex48404C51004611891b
Octal11010011452001064301133
Binary1001000100000010011001011000001000110100011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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