Html Css Color HEX #473349 Bossanova

📋 copy color: '#473349'

red 71 ◦ green 51 ◦ blue 73

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

Shades of Bossanova #473349

Tints of Bossanova #473349

RGB

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

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

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

R = 36.41%
G = 26.15%
B = 37.44%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#473349 (or 0x473349) is known color: Bossanova. HEX triplet: 47, 33 and 49. RGB value is (71,51,73). Sum of RGB (Red+Green+Blue) = 71+51+73=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 73 - color contains mainly: blue. Hex color #473349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473349 is #B8CCB6. Grayscale: #3B3B3B. Windows color (decimal): -12111031 or 4797255. OLE color: 4797255.

HSL color Cylindrical-coordinate representation of color #473349: hue angle of 294.55º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #473349 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 51 73 -
CMYK 0.03 0.30 0 0.71
HSL 294.55º 0.18% 0.24% -
HSV(B) 294.55º 0.3% 0.29% -
XYZ 4.98 4.19 6.85 -
YUV 59.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 71 51 73 0.03 0.30 0 0.71 294.55 0.18 0.24
Hex 47 33 49 3 1E 0 47 127 12 18
Octal 107 63 111 3 36 0 107 447 22 30
Binary 1000111 110011 1001001 11 11110 0 1000111 100100111 10010 11000

Color Harmonies of #473349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473349

Black with #473349

Text Example


Text Example

White with #473349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473349; }

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

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

background-color css

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

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

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

border-color css

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

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

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