Html Css Color HEX #484049 Bossanova

📋 copy color: '#484049'

red 72 ◦ green 64 ◦ blue 73

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

Shades of Bossanova #484049

Tints of Bossanova #484049

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.62%

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

R = 34.45%
G = 30.62%
B = 34.93%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#484049 (or 0x484049) is known color: Bossanova. HEX triplet: 48, 40 and 49. RGB value is (72,64,73). Sum of RGB (Red+Green+Blue) = 72+64+73=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 73 - color contains mainly: blue. Hex color #484049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484049 is #B7BFB6. Grayscale: #434343. Windows color (decimal): -12042167 or 4800584. OLE color: 4800584.

HSL color Cylindrical-coordinate representation of color #484049: hue angle of 293.33º degrees, saturation: 0.07, 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 #484049 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 64 73 -
CMYK 0.01 0.12 0 0.71
HSL 293.33º 0.07% 0.27% -
HSV(B) 293.33º 0.12% 0.29% -
XYZ 5.71 5.53 7.07 -
YUV 67.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 72 64 73 0.01 0.12 0 0.71 293.33 0.07 0.27
Hex 48 40 49 1 C 0 47 125 7 1B
Octal 110 100 111 1 14 0 107 445 7 33
Binary 1001000 1000000 1001001 1 1100 0 1000111 100100101 111 11011

Color Harmonies of #484049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484049

Black with #484049

Text Example


Text Example

White with #484049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484049; }

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

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

background-color css

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

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

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

border-color css

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

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

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