Html Css Color HEX #474147 Bossanova

📋 copy color: '#474147'

red 71 ◦ green 65 ◦ blue 71

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

Shades of Bossanova #474147

Tints of Bossanova #474147

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.4%

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

R = 34.3%
G = 31.4%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#474147 (or 0x474147) is known color: Bossanova. HEX triplet: 47, 41 and 47. RGB value is (71,65,71). Sum of RGB (Red+Green+Blue) = 71+65+71=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #474147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474147 is #B8BEB8. Grayscale: #434343. Windows color (decimal): -12107449 or 4669767. OLE color: 4669767.

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

Color convert

RGB 71 65 71 -
CMYK 0 0.08 0 0.72
HSL 300º 0.04% 0.27% -
HSV(B) 300º 0.08% 0.28% -
XYZ 5.63 5.58 6.74 -
YUV 67.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 71 65 71 0 0.08 0 0.72 300 0.04 0.27
Hex 47 41 47 0 8 0 48 12C 4 1B
Octal 107 101 107 0 10 0 110 454 4 33
Binary 1000111 1000001 1000111 0 1000 0 1001000 100101100 100 11011

Color Harmonies of #474147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474147

Black with #474147

Text Example


Text Example

White with #474147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474147; }

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

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

background-color css

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

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

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

border-color css

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

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

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