Html Css Color HEX #473E49 Bossanova

📋 copy color: '#473E49'

red 71 ◦ green 62 ◦ blue 73

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

Shades of Bossanova #473E49

Tints of Bossanova #473E49

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.1%

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

R = 34.47%
G = 30.1%
B = 35.44%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#473E49 (or 0x473E49) is known color: Bossanova. HEX triplet: 47, 3E and 49. RGB value is (71,62,73). Sum of RGB (Red+Green+Blue) = 71+62+73=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 73 - color contains mainly: blue. Hex color #473E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473E49 is #B8C1B6. Grayscale: #414141. Windows color (decimal): -12108215 or 4800071. OLE color: 4800071.

HSL color Cylindrical-coordinate representation of color #473E49: hue angle of 289.09º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #473E49 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 62 73 -
CMYK 0.03 0.15 0 0.71
HSL 289.09º 0.08% 0.26% -
HSV(B) 289.09º 0.15% 0.29% -
XYZ 5.52 5.27 7.03 -
YUV 65.95 131.98 131.61 -
System Red Green Blue C M Y K H S L
Decimal 71 62 73 0.03 0.15 0 0.71 289.09 0.08 0.26
Hex 47 3E 49 3 F 0 47 121 8 1A
Octal 107 76 111 3 17 0 107 441 10 32
Binary 1000111 111110 1001001 11 1111 0 1000111 100100001 1000 11010

Color Harmonies of #473E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473E49

Black with #473E49

Text Example


Text Example

White with #473E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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