Html Css Color HEX #474047 Bossanova

📋 copy color: '#474047'

red 71 ◦ green 64 ◦ blue 71

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

Shades of Bossanova #474047

Tints of Bossanova #474047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.07%

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

R = 34.47%
G = 31.07%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#474047 (or 0x474047) is known color: Bossanova. HEX triplet: 47, 40 and 47. RGB value is (71,64,71). Sum of RGB (Red+Green+Blue) = 71+64+71=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #474047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474047 is #B8BFB8. Grayscale: #424242. Windows color (decimal): -12107705 or 4669511. OLE color: 4669511.

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

Color convert

RGB 71 64 71 -
CMYK 0 0.10 0 0.72
HSL 300º 0.05% 0.26% -
HSV(B) 300º 0.1% 0.28% -
XYZ 5.57 5.46 6.72 -
YUV 66.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 71 64 71 0 0.10 0 0.72 300 0.05 0.26
Hex 47 40 47 0 A 0 48 12C 5 1A
Octal 107 100 107 0 12 0 110 454 5 32
Binary 1000111 1000000 1000111 0 1010 0 1001000 100101100 101 11010

Color Harmonies of #474047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474047

Black with #474047

Text Example


Text Example

White with #474047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474047; }

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

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

background-color css

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

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

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

border-color css

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

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

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