#473848

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

Shades of Bossanova #473848

Tints of Bossanova #473848

Color information

#473848 (or 0x473848) is unknown color: approx Bossanova. HEX triplet: 47, 38 and 48. RGB value is (71,56,72). Sum of RGB (Red+Green+Blue) = 71+56+72=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 72 - color contains mainly: blue. Hex color #473848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473848 is #B8C7B7. Grayscale: #3E3E3E. Windows color (decimal): -12109752 or 4732999. OLE color: 4732999.

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

Color convert

RGB715672-
CMYK0.010.2200.72
HSL296.25º12.5%25.1%-
HSV(B)296.25º22.22%28.24%-
XYZ5.184.646.75-
YUV62.31133.47134.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 56 (22.27% from 255) = 28.14%
BLUE value IS 72 (28.52% from 255) = 36.18%
R=35.68%
G=28.14%
B=36.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7156720.010.2200.72296.2512.525.1
Hex473848116048128c19
Octal1077011012601104501431
Binary1000111111000100100011011001001000100101000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473848; }

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

 H1.HeaderClassName
 {
   color: #473848;
 }
 .AnyTagClassName
 {
   color: #473848;
 }
</style>
background-color css

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

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

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

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

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

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