Html Css Color HEX #473D49 Bossanova

📋 copy color: '#473D49'

red 71 ◦ green 61 ◦ blue 73

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

Shades of Bossanova #473D49

Tints of Bossanova #473D49

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.76%

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

R = 34.63%
G = 29.76%
B = 35.61%

CMYK

 C value IS 0.03

 M value IS 0.16

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#473D49 (or 0x473D49) is known color: Bossanova. HEX triplet: 47, 3D and 49. RGB value is (71,61,73). Sum of RGB (Red+Green+Blue) = 71+61+73=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 73 - color contains mainly: blue. Hex color #473D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D49 is #B8C2B6. Grayscale: #414141. Windows color (decimal): -12108471 or 4799815. OLE color: 4799815.

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

Color convert

RGB 71 61 73 -
CMYK 0.03 0.16 0 0.71
HSL 290º 0.09% 0.26% -
HSV(B) 290º 0.16% 0.29% -
XYZ 5.47 5.16 7.01 -
YUV 65.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 71 61 73 0.03 0.16 0 0.71 290 0.09 0.26
Hex 47 3D 49 3 10 0 47 122 9 1A
Octal 107 75 111 3 20 0 107 442 11 32
Binary 1000111 111101 1001001 11 10000 0 1000111 100100010 1001 11010

Color Harmonies of #473D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473D49

Black with #473D49

Text Example


Text Example

White with #473D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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