Html Css Color HEX #473948 Bossanova

📋 copy color: '#473948'

red 71 ◦ green 57 ◦ blue 72

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

Shades of Bossanova #473948

Tints of Bossanova #473948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.5%

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

R = 35.5%
G = 28.5%
B = 36%

CMYK

 C value IS 0.01

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#473948 (or 0x473948) is known color: Bossanova. HEX triplet: 47, 39 and 48. RGB value is (71,57,72). Sum of RGB (Red+Green+Blue) = 71+57+72=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 57 (22.66% from 255 or 28.5% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 72 - color contains mainly: blue. Hex color #473948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473948 is #B8C6B7. Grayscale: #3E3E3E. Windows color (decimal): -12109496 or 4733255. OLE color: 4733255.

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

Color convert

RGB 71 57 72 -
CMYK 0.01 0.21 0 0.72
HSL 296º 0.12% 0.25% -
HSV(B) 296º 0.21% 0.28% -
XYZ 5.23 4.73 6.77 -
YUV 62.9 133.14 133.78 -
System Red Green Blue C M Y K H S L
Decimal 71 57 72 0.01 0.21 0 0.72 296 0.12 0.25
Hex 47 39 48 1 15 0 48 128 C 19
Octal 107 71 110 1 25 0 110 450 14 31
Binary 1000111 111001 1001000 1 10101 0 1001000 100101000 1100 11001

Color Harmonies of #473948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473948

Black with #473948

Text Example


Text Example

White with #473948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473948; }

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

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

background-color css

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

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

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

border-color css

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

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

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