Html Css Color HEX #473447 Bossanova

📋 copy color: '#473447'

red 71 ◦ green 52 ◦ blue 71

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

Shades of Bossanova #473447

Tints of Bossanova #473447

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.8%

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

R = 36.6%
G = 26.8%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#473447 (or 0x473447) is known color: Bossanova. HEX triplet: 47, 34 and 47. RGB value is (71,52,71). Sum of RGB (Red+Green+Blue) = 71+52+71=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #473447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473447 is #B8CBB8. Grayscale: #3B3B3B. Windows color (decimal): -12110777 or 4666439. OLE color: 4666439.

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

Color convert

RGB 71 52 71 -
CMYK 0 0.27 0 0.72
HSL 300º 0.15% 0.24% -
HSV(B) 300º 0.27% 0.28% -
XYZ 4.96 4.25 6.52 -
YUV 59.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 71 52 71 0 0.27 0 0.72 300 0.15 0.24
Hex 47 34 47 0 1B 0 48 12C F 18
Octal 107 64 107 0 33 0 110 454 17 30
Binary 1000111 110100 1000111 0 11011 0 1001000 100101100 1111 11000

Color Harmonies of #473447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473447

Black with #473447

Text Example


Text Example

White with #473447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473447; }

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

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

background-color css

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

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

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

border-color css

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

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

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