Html Css Color HEX #473B47 Bossanova

📋 copy color: '#473B47'

red 71 ◦ green 59 ◦ blue 71

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

Shades of Bossanova #473B47

Tints of Bossanova #473B47

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.35%

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

R = 35.32%
G = 29.35%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#473B47 (or 0x473B47) is known color: Bossanova. HEX triplet: 47, 3B and 47. RGB value is (71,59,71). Sum of RGB (Red+Green+Blue) = 71+59+71=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 59 (23.44% from 255 or 29.35% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #473B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473B47 is #B8C4B8. Grayscale: #3F3F3F. Windows color (decimal): -12108985 or 4668231. OLE color: 4668231.

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

Color convert

RGB 71 59 71 -
CMYK 0 0.17 0 0.72
HSL 300º 0.09% 0.25% -
HSV(B) 300º 0.17% 0.28% -
XYZ 5.3 4.92 6.63 -
YUV 63.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 71 59 71 0 0.17 0 0.72 300 0.09 0.25
Hex 47 3B 47 0 11 0 48 12C 9 19
Octal 107 73 107 0 21 0 110 454 11 31
Binary 1000111 111011 1000111 0 10001 0 1001000 100101100 1001 11001

Color Harmonies of #473B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473B47

Black with #473B47

Text Example


Text Example

White with #473B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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