Html Css Color HEX #47414A Bossanova

📋 copy color: '#47414A'

red 71 ◦ green 65 ◦ blue 74

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

Shades of Bossanova #47414A

Tints of Bossanova #47414A

RGB

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

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

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

R = 33.81%
G = 30.95%
B = 35.24%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#47414A (or 0x47414A) is known color: Bossanova. HEX triplet: 47, 41 and 4A. RGB value is (71,65,74). Sum of RGB (Red+Green+Blue) = 71+65+74=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 65 (25.78% from 255 or 30.95% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 74 - color contains mainly: blue. Hex color #47414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47414A is #B8BEB5. Grayscale: #434343. Windows color (decimal): -12107446 or 4866375. OLE color: 4866375.

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

Color convert

RGB 71 65 74 -
CMYK 0.04 0.12 0 0.71
HSL 280º 0.06% 0.27% -
HSV(B) 280º 0.12% 0.29% -
XYZ 5.72 5.61 7.26 -
YUV 67.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 71 65 74 0.04 0.12 0 0.71 280 0.06 0.27
Hex 47 41 4A 4 C 0 47 118 6 1B
Octal 107 101 112 4 14 0 107 430 6 33
Binary 1000111 1000001 1001010 100 1100 0 1000111 100011000 110 11011

Color Harmonies of #47414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47414A

Black with #47414A

Text Example


Text Example

White with #47414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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