Html Css Color HEX #473547 Bossanova

📋 copy color: '#473547'

red 71 ◦ green 53 ◦ blue 71

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

Shades of Bossanova #473547

Tints of Bossanova #473547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.18%

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

R = 36.41%
G = 27.18%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#473547 (or 0x473547) is known color: Bossanova. HEX triplet: 47, 35 and 47. RGB value is (71,53,71). Sum of RGB (Red+Green+Blue) = 71+53+71=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #473547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473547 is #B8CAB8. Grayscale: #3C3C3C. Windows color (decimal): -12110521 or 4666695. OLE color: 4666695.

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

Color convert

RGB 71 53 71 -
CMYK 0 0.25 0 0.72
HSL 300º 0.15% 0.24% -
HSV(B) 300º 0.25% 0.28% -
XYZ 5.01 4.34 6.54 -
YUV 60.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 71 53 71 0 0.25 0 0.72 300 0.15 0.24
Hex 47 35 47 0 19 0 48 12C F 18
Octal 107 65 107 0 31 0 110 454 17 30
Binary 1000111 110101 1000111 0 11001 0 1001000 100101100 1111 11000

Color Harmonies of #473547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473547

Black with #473547

Text Example


Text Example

White with #473547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473547; }

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

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

background-color css

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

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

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

border-color css

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

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

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