Html Css Color HEX #474049 Bossanova

📋 copy color: '#474049'

red 71 ◦ green 64 ◦ blue 73

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

Shades of Bossanova #474049

Tints of Bossanova #474049

RGB

 RED value IS 71 (28.13% from 255) = 34.13%

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

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

R = 34.13%
G = 30.77%
B = 35.1%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#474049 (or 0x474049) is known color: Bossanova. HEX triplet: 47, 40 and 49. RGB value is (71,64,73). Sum of RGB (Red+Green+Blue) = 71+64+73=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 73 - color contains mainly: blue. Hex color #474049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474049 is #B8BFB6. Grayscale: #434343. Windows color (decimal): -12107703 or 4800583. OLE color: 4800583.

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

Color convert

RGB 71 64 73 -
CMYK 0.03 0.12 0 0.71
HSL 286.67º 0.07% 0.27% -
HSV(B) 286.67º 0.12% 0.29% -
XYZ 5.63 5.49 7.07 -
YUV 67.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 71 64 73 0.03 0.12 0 0.71 286.67 0.07 0.27
Hex 47 40 49 3 C 0 47 11F 7 1B
Octal 107 100 111 3 14 0 107 437 7 33
Binary 1000111 1000000 1001001 11 1100 0 1000111 100011111 111 11011

Color Harmonies of #474049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474049

Black with #474049

Text Example


Text Example

White with #474049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474049; }

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

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

background-color css

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

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

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

border-color css

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

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

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