#48414A

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

Shades of Bossanova #48414A

Tints of Bossanova #48414A

Color information

#48414A (or 0x48414A) is unknown color: approx Bossanova. HEX triplet: 48, 41 and 4A. RGB value is (72,65,74). Sum of RGB (Red+Green+Blue) = 72+65+74=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 74 - color contains mainly: blue. Hex color #48414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48414A is #B7BEB5. Grayscale: #444444. Windows color (decimal): -12041910 or 4866376. OLE color: 4866376.

HSL color Cylindrical-coordinate representation of color #48414A: hue angle of 286.67º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #48414A is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB726574-
CMYK0.030.1200.71
HSL286.67º6.47%27.25%-
HSV(B)286.67º12.16%29.02%-
XYZ5.85.657.26-
YUV68.12131.32130.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.12%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 74 (29.30% from 255) = 35.07%
R=34.12%
G=30.81%
B=35.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7265740.030.1200.71286.676.4727.25
Hex48414A3C04711f61b
Octal1101011123140107437633
Binary1001000100000110010101111000100011110001111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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