Html Css Color HEX #484449 Bossanova

📋 copy color: '#484449'

red 72 ◦ green 68 ◦ blue 73

#484449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bossanova #484449

Tints of Bossanova #484449

RGB

 RED value IS 72 (28.52% from 255) = 33.8%

 GREEN value IS 68 (26.95% from 255) = 31.92%

 BLUE value IS 73 (28.91% from 255) = 34.27%

R = 33.8%
G = 31.92%
B = 34.27%

CMYK

 C value IS 0.01

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#484449 (or 0x484449) is known color: Bossanova. HEX triplet: 48, 44 and 49. RGB value is (72,68,73). Sum of RGB (Red+Green+Blue) = 72+68+73=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 73 - color contains mainly: blue. Hex color #484449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484449 is #B7BBB6. Grayscale: #454545. Windows color (decimal): -12041143 or 4801608. OLE color: 4801608.

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

Color convert

RGB 72 68 73 -
CMYK 0.01 0.07 0 0.71
HSL 288º 0.04% 0.28% -
HSV(B) 288º 0.07% 0.29% -
XYZ 5.94 5.99 7.15 -
YUV 69.77 129.83 129.59 -
System Red Green Blue C M Y K H S L
Decimal 72 68 73 0.01 0.07 0 0.71 288 0.04 0.28
Hex 48 44 49 1 7 0 47 120 4 1C
Octal 110 104 111 1 7 0 107 440 4 34
Binary 1001000 1000100 1001001 1 111 0 1000111 100100000 100 11100

Color Harmonies of #484449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484449

Black with #484449

Text Example


Text Example

White with #484449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484449; }

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

 H1.HeaderClassName
 {
   color: #484449;
 }
 .AnyTagClassName
 {
   color: #484449;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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