#484349

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

Shades of Bossanova #484349

Tints of Bossanova #484349

Color information

#484349 (or 0x484349) is unknown color: approx Bossanova. HEX triplet: 48, 43 and 49. RGB value is (72,67,73). Sum of RGB (Red+Green+Blue) = 72+67+73=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 73 - color contains mainly: blue. Hex color #484349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484349 is #B7BCB6. Grayscale: #454545. Windows color (decimal): -12041399 or 4801352. OLE color: 4801352.

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

Color convert

RGB726773-
CMYK0.010.0800.71
HSL290º4.29%27.45%-
HSV(B)290º8.22%28.63%-
XYZ5.885.877.13-
YUV69.18130.16130.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.96%
GREEN value IS 67 (26.56% from 255) = 31.60%
BLUE value IS 73 (28.91% from 255) = 34.43%
R=33.96%
G=31.60%
B=34.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7267730.010.0800.712904.2927.45
Hex4843491804712241b
Octal1101031111100107442433
Binary100100010000111001001110000100011110010001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484349; }

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

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

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

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

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

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

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

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