Html Css Color HEX #473247 Bossanova

📋 copy color: '#473247'

red 71 ◦ green 50 ◦ blue 71

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

Shades of Bossanova #473247

Tints of Bossanova #473247

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.04%

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

R = 36.98%
G = 26.04%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#473247 (or 0x473247) is known color: Bossanova. HEX triplet: 47, 32 and 47. RGB value is (71,50,71). Sum of RGB (Red+Green+Blue) = 71+50+71=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #473247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473247 is #B8CDB8. Grayscale: #3A3A3A. Windows color (decimal): -12111289 or 4665927. OLE color: 4665927.

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

Color convert

RGB 71 50 71 -
CMYK 0 0.30 0 0.72
HSL 300º 0.17% 0.24% -
HSV(B) 300º 0.3% 0.28% -
XYZ 4.88 4.08 6.49 -
YUV 58.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 71 50 71 0 0.30 0 0.72 300 0.17 0.24
Hex 47 32 47 0 1E 0 48 12C 11 18
Octal 107 62 107 0 36 0 110 454 21 30
Binary 1000111 110010 1000111 0 11110 0 1001000 100101100 10001 11000

Color Harmonies of #473247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473247

Black with #473247

Text Example


Text Example

White with #473247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473247; }

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

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

background-color css

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

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

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

border-color css

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

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

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