Html Css Color HEX #47404A Bossanova

📋 copy color: '#47404A'

red 71 ◦ green 64 ◦ blue 74

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

Shades of Bossanova #47404A

Tints of Bossanova #47404A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.41%

R = 33.97%
G = 30.62%
B = 35.41%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47404A (or 0x47404A) is known color: Bossanova. HEX triplet: 47, 40 and 4A. RGB value is (71,64,74). Sum of RGB (Red+Green+Blue) = 71+64+74=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 74 - color contains mainly: blue. Hex color #47404A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47404A is #B8BFB5. Grayscale: #434343. Windows color (decimal): -12107702 or 4866119. OLE color: 4866119.

HSL color Cylindrical-coordinate representation of color #47404A: hue angle of 282º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #47404A is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 64 74 -
CMYK 0.04 0.14 0 0.71
HSL 282º 0.07% 0.27% -
HSV(B) 282º 0.14% 0.29% -
XYZ 5.67 5.5 7.24 -
YUV 67.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 71 64 74 0.04 0.14 0 0.71 282 0.07 0.27
Hex 47 40 4A 4 E 0 47 11A 7 1B
Octal 107 100 112 4 16 0 107 432 7 33
Binary 1000111 1000000 1001010 100 1110 0 1000111 100011010 111 11011

Color Harmonies of #47404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47404A

Black with #47404A

Text Example


Text Example

White with #47404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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