Html Css Color HEX #473F49 Bossanova

📋 copy color: '#473F49'

red 71 ◦ green 63 ◦ blue 73

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

Shades of Bossanova #473F49

Tints of Bossanova #473F49

RGB

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

 GREEN value IS 63 (25% from 255) = 30.43%

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

R = 34.3%
G = 30.43%
B = 35.27%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#473F49 (or 0x473F49) is known color: Bossanova. HEX triplet: 47, 3F and 49. RGB value is (71,63,73). Sum of RGB (Red+Green+Blue) = 71+63+73=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 73 - color contains mainly: blue. Hex color #473F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473F49 is #B8C0B6. Grayscale: #424242. Windows color (decimal): -12107959 or 4800327. OLE color: 4800327.

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

Color convert

RGB 71 63 73 -
CMYK 0.03 0.14 0 0.71
HSL 288º 0.07% 0.27% -
HSV(B) 288º 0.14% 0.29% -
XYZ 5.58 5.38 7.05 -
YUV 66.53 131.65 131.19 -
System Red Green Blue C M Y K H S L
Decimal 71 63 73 0.03 0.14 0 0.71 288 0.07 0.27
Hex 47 3F 49 3 E 0 47 120 7 1B
Octal 107 77 111 3 16 0 107 440 7 33
Binary 1000111 111111 1001001 11 1110 0 1000111 100100000 111 11011

Color Harmonies of #473F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F49

Black with #473F49

Text Example


Text Example

White with #473F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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