Html Css Color HEX #474247 Bossanova

📋 copy color: '#474247'

red 71 ◦ green 66 ◦ blue 71

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

Shades of Bossanova #474247

Tints of Bossanova #474247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.73%

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

R = 34.13%
G = 31.73%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#474247 (or 0x474247) is known color: Bossanova. HEX triplet: 47, 42 and 47. RGB value is (71,66,71). Sum of RGB (Red+Green+Blue) = 71+66+71=208 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.13% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #474247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474247 is #B8BDB8. Grayscale: #444444. Windows color (decimal): -12107193 or 4670023. OLE color: 4670023.

HSL color Cylindrical-coordinate representation of color #474247: 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.07%. Process color model (Four color, CMYK) of #474247 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 66 71 -
CMYK 0 0.07 0 0.72
HSL 300º 0.04% 0.27% -
HSV(B) 300º 0.07% 0.28% -
XYZ 5.68 5.69 6.76 -
YUV 68.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 71 66 71 0 0.07 0 0.72 300 0.04 0.27
Hex 47 42 47 0 7 0 48 12C 4 1B
Octal 107 102 107 0 7 0 110 454 4 33
Binary 1000111 1000010 1000111 0 111 0 1001000 100101100 100 11011

Color Harmonies of #474247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474247

Black with #474247

Text Example


Text Example

White with #474247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474247; }

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

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

background-color css

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

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

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

border-color css

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

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

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