Html Css Color HEX #473C49 Bossanova

📋 copy color: '#473C49'

red 71 ◦ green 60 ◦ blue 73

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

Shades of Bossanova #473C49

Tints of Bossanova #473C49

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.41%

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

R = 34.8%
G = 29.41%
B = 35.78%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#473C49 (or 0x473C49) is known color: Bossanova. HEX triplet: 47, 3C and 49. RGB value is (71,60,73). Sum of RGB (Red+Green+Blue) = 71+60+73=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 73 - color contains mainly: blue. Hex color #473C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473C49 is #B8C3B6. Grayscale: #404040. Windows color (decimal): -12108727 or 4799559. OLE color: 4799559.

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

Color convert

RGB 71 60 73 -
CMYK 0.03 0.18 0 0.71
HSL 290.77º 0.1% 0.26% -
HSV(B) 290.77º 0.18% 0.29% -
XYZ 5.42 5.05 6.99 -
YUV 64.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 71 60 73 0.03 0.18 0 0.71 290.77 0.1 0.26
Hex 47 3C 49 3 12 0 47 123 A 1A
Octal 107 74 111 3 22 0 107 443 12 32
Binary 1000111 111100 1001001 11 10010 0 1000111 100100011 1010 11010

Color Harmonies of #473C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473C49

Black with #473C49

Text Example


Text Example

White with #473C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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