#473448

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

Shades of Bossanova #473448

Tints of Bossanova #473448

Color information

#473448 (or 0x473448) is unknown color: approx Bossanova. HEX triplet: 47, 34 and 48. RGB value is (71,52,72). Sum of RGB (Red+Green+Blue) = 71+52+72=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 72 - color contains mainly: blue. Hex color #473448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473448 is #B8CBB7. Grayscale: #3B3B3B. Windows color (decimal): -12110776 or 4731975. OLE color: 4731975.

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

Color convert

RGB715272-
CMYK0.010.2800.72
HSL297º16.13%24.31%-
HSV(B)297º27.78%28.24%-
XYZ54.266.69-
YUV59.96134.79135.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.41%
GREEN value IS 52 (20.70% from 255) = 26.67%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=36.41%
G=26.67%
B=36.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7152720.010.2800.7229716.1324.31
Hex47344811C0481291018
Octal1076411013401104512030
Binary10001111101001001000111100010010001001010011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473448; }

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

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

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

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

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

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

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

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