Html Css Color HEX #474547 Bossanova

📋 copy color: '#474547'

red 71 ◦ green 69 ◦ blue 71

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

Shades of Bossanova #474547

Tints of Bossanova #474547

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.7%

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

R = 33.65%
G = 32.7%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#474547 (or 0x474547) is known color: Bossanova. HEX triplet: 47, 45 and 47. RGB value is (71,69,71). Sum of RGB (Red+Green+Blue) = 71+69+71=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #474547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474547 is #B8BAB8. Grayscale: #454545. Windows color (decimal): -12106425 or 4670791. OLE color: 4670791.

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

Color convert

RGB 71 69 71 -
CMYK 0 0.03 0 0.72
HSL 300º 0.01% 0.27% -
HSV(B) 300º 0.03% 0.28% -
XYZ 5.86 6.05 6.82 -
YUV 69.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 71 69 71 0 0.03 0 0.72 300 0.01 0.27
Hex 47 45 47 0 3 0 48 12C 1 1B
Octal 107 105 107 0 3 0 110 454 1 33
Binary 1000111 1000101 1000111 0 11 0 1001000 100101100 1 11011

Color Harmonies of #474547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474547

Black with #474547

Text Example


Text Example

White with #474547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474547; }

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

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

background-color css

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

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

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

border-color css

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

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

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