#48414C

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

Shades of Bossanova #48414C

Tints of Bossanova #48414C

Color information

#48414C (or 0x48414C) is unknown color: approx Bossanova. HEX triplet: 48, 41 and 4C. RGB value is (72,65,76). Sum of RGB (Red+Green+Blue) = 72+65+76=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 76 - color contains mainly: blue. Hex color #48414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48414C is #B7BEB3. Grayscale: #444444. Windows color (decimal): -12041908 or 4997448. OLE color: 4997448.

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

Color convert

RGB726576-
CMYK0.050.1400.70
HSL278.18º7.8%27.65%-
HSV(B)278.18º14.47%29.8%-
XYZ5.875.687.62-
YUV68.35132.32130.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.80%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=33.80%
G=30.52%
B=35.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7265760.050.1400.70278.187.827.65
Hex48414C5E04611681c
Octal11010111451601064261034
Binary100100010000011001100101111001000110100010110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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