Html Css Color HEX #473D47 Bossanova

📋 copy color: '#473D47'

red 71 ◦ green 61 ◦ blue 71

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

Shades of Bossanova #473D47

Tints of Bossanova #473D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 34.98%

R = 34.98%
G = 30.05%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#473D47 (or 0x473D47) is known color: Bossanova. HEX triplet: 47, 3D and 47. RGB value is (71,61,71). Sum of RGB (Red+Green+Blue) = 71+61+71=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #473D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473D47 is #B8C2B8. Grayscale: #414141. Windows color (decimal): -12108473 or 4668743. OLE color: 4668743.

HSL color Cylindrical-coordinate representation of color #473D47: hue angle of 300º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #473D47 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 61 71 -
CMYK 0 0.14 0 0.72
HSL 300º 0.08% 0.26% -
HSV(B) 300º 0.14% 0.28% -
XYZ 5.4 5.13 6.67 -
YUV 65.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 71 61 71 0 0.14 0 0.72 300 0.08 0.26
Hex 47 3D 47 0 E 0 48 12C 8 1A
Octal 107 75 107 0 16 0 110 454 10 32
Binary 1000111 111101 1000111 0 1110 0 1001000 100101100 1000 11010

Color Harmonies of #473D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473D47

Black with #473D47

Text Example


Text Example

White with #473D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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