Html Css Color HEX #473A48 Bossanova

📋 copy color: '#473A48'

red 71 ◦ green 58 ◦ blue 72

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

Shades of Bossanova #473A48

Tints of Bossanova #473A48

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.86%

 BLUE value IS 72 (28.52% from 255) = 35.82%

R = 35.32%
G = 28.86%
B = 35.82%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#473A48 (or 0x473A48) is known color: Bossanova. HEX triplet: 47, 3A and 48. RGB value is (71,58,72). Sum of RGB (Red+Green+Blue) = 71+58+72=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 72 - color contains mainly: blue. Hex color #473A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A48 is #B8C5B7. Grayscale: #3F3F3F. Windows color (decimal): -12109240 or 4733511. OLE color: 4733511.

HSL color Cylindrical-coordinate representation of color #473A48: hue angle of 295.71º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #473A48 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 58 72 -
CMYK 0.01 0.19 0 0.72
HSL 295.71º 0.11% 0.25% -
HSV(B) 295.71º 0.19% 0.28% -
XYZ 5.28 4.83 6.79 -
YUV 63.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 71 58 72 0.01 0.19 0 0.72 295.71 0.11 0.25
Hex 47 3A 48 1 13 0 48 128 B 19
Octal 107 72 110 1 23 0 110 450 13 31
Binary 1000111 111010 1001000 1 10011 0 1001000 100101000 1011 11001

Color Harmonies of #473A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473A48

Black with #473A48

Text Example


Text Example

White with #473A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,58,72); }

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

background-color css

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

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

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

border-color css

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

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

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