Html Css Color HEX #473347 Bossanova

📋 copy color: '#473347'

red 71 ◦ green 51 ◦ blue 71

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

Shades of Bossanova #473347

Tints of Bossanova #473347

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.42%

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

R = 36.79%
G = 26.42%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#473347 (or 0x473347) is known color: Bossanova. HEX triplet: 47, 33 and 47. RGB value is (71,51,71). Sum of RGB (Red+Green+Blue) = 71+51+71=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 71 - color contains mainly: red, blue. Hex color #473347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473347 is #B8CCB8. Grayscale: #3B3B3B. Windows color (decimal): -12111033 or 4666183. OLE color: 4666183.

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

Color convert

RGB 71 51 71 -
CMYK 0 0.28 0 0.72
HSL 300º 0.16% 0.24% -
HSV(B) 300º 0.28% 0.28% -
XYZ 4.92 4.16 6.51 -
YUV 59.26 134.63 136.37 -
System Red Green Blue C M Y K H S L
Decimal 71 51 71 0 0.28 0 0.72 300 0.16 0.24
Hex 47 33 47 0 1C 0 48 12C 10 18
Octal 107 63 107 0 34 0 110 454 20 30
Binary 1000111 110011 1000111 0 11100 0 1001000 100101100 10000 11000

Color Harmonies of #473347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473347

Black with #473347

Text Example


Text Example

White with #473347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473347; }

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

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

background-color css

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

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

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

border-color css

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

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

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