#473948

Color #473948 Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #473948

Tints of Bossanova #473948

Color information

#473948 (or 0x473948) is unknown color: approx 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

RGB715772-
CMYK0.010.2100.72
HSL296º11.63%25.29%-
HSV(B)296º20.83%28.24%-
XYZ5.234.736.77-
YUV62.9133.14133.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% 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 (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7157720.010.2100.7229611.6325.29
Hex473948115048128c19
Octal1077111012501104501431
Binary1000111111001100100011010101001000100101000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>