Html Css Color HEX #474647 Bossanova

📋 copy color: '#474647'

red 71 ◦ green 70 ◦ blue 71

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

Shades of Bossanova #474647

Tints of Bossanova #474647

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.02%

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

R = 33.49%
G = 33.02%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#474647 (or 0x474647) is known color: Bossanova. HEX triplet: 47, 46 and 47. RGB value is (71,70,71). Sum of RGB (Red+Green+Blue) = 71+70+71=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #474647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474647 is #B8B9B8. Grayscale: #464646. Windows color (decimal): -12106169 or 4671047. OLE color: 4671047.

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

Color convert

RGB 71 70 71 -
CMYK 0 0.01 0 0.72
HSL 300º 0.01% 0.28% -
HSV(B) 300º 0.01% 0.28% -
XYZ 5.93 6.17 6.84 -
YUV 70.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 71 70 71 0 0.01 0 0.72 300 0.01 0.28
Hex 47 46 47 0 1 0 48 12C 1 1C
Octal 107 106 107 0 1 0 110 454 1 34
Binary 1000111 1000110 1000111 0 1 0 1001000 100101100 1 11100

Color Harmonies of #474647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474647

Black with #474647

Text Example


Text Example

White with #474647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474647; }

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

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

background-color css

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

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

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

border-color css

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

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

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