Html Css Color HEX #474149 Bossanova

📋 copy color: '#474149'

red 71 ◦ green 65 ◦ blue 73

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

Shades of Bossanova #474149

Tints of Bossanova #474149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 34.93%

R = 33.97%
G = 31.1%
B = 34.93%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#474149 (or 0x474149) is known color: Bossanova. HEX triplet: 47, 41 and 49. RGB value is (71,65,73). Sum of RGB (Red+Green+Blue) = 71+65+73=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 73 - color contains mainly: blue. Hex color #474149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474149 is #B8BEB6. Grayscale: #434343. Windows color (decimal): -12107447 or 4800839. OLE color: 4800839.

HSL color Cylindrical-coordinate representation of color #474149: hue angle of 285º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #474149 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 65 73 -
CMYK 0.03 0.11 0 0.71
HSL 285º 0.06% 0.27% -
HSV(B) 285º 0.11% 0.29% -
XYZ 5.69 5.6 7.08 -
YUV 67.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 71 65 73 0.03 0.11 0 0.71 285 0.06 0.27
Hex 47 41 49 3 B 0 47 11D 6 1B
Octal 107 101 111 3 13 0 107 435 6 33
Binary 1000111 1000001 1001001 11 1011 0 1000111 100011101 110 11011

Color Harmonies of #474149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474149

Black with #474149

Text Example


Text Example

White with #474149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474149; }

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

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

background-color css

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

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

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

border-color css

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

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

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