#484149

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

Shades of Bossanova #484149

Tints of Bossanova #484149

Color information

#484149 (or 0x484149) is unknown color: approx Bossanova. HEX triplet: 48, 41 and 49. RGB value is (72,65,73). Sum of RGB (Red+Green+Blue) = 72+65+73=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 73 - color contains mainly: blue. Hex color #484149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484149 is #B7BEB6. Grayscale: #434343. Windows color (decimal): -12041911 or 4800840. OLE color: 4800840.

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

Color convert

RGB726573-
CMYK0.010.1100.71
HSL292.5º5.8%27.06%-
HSV(B)292.5º10.96%28.63%-
XYZ5.775.647.09-
YUV68130.82130.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.29%
GREEN value IS 65 (25.78% from 255) = 30.95%
BLUE value IS 73 (28.91% from 255) = 34.76%
R=34.29%
G=30.95%
B=34.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7265730.010.1100.71292.55.827.06
Hex4841491B04712561b
Octal1101011111130107445633
Binary100100010000011001001110110100011110010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484149; }

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

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

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

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

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

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

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

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