#473648

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

Shades of Bossanova #473648

Tints of Bossanova #473648

Color information

#473648 (or 0x473648) is unknown color: approx Bossanova. HEX triplet: 47, 36 and 48. RGB value is (71,54,72). Sum of RGB (Red+Green+Blue) = 71+54+72=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 72 - color contains mainly: blue. Hex color #473648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473648 is #B8C9B7. Grayscale: #3D3D3D. Windows color (decimal): -12110264 or 4732487. OLE color: 4732487.

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

Color convert

RGB715472-
CMYK0.010.2500.72
HSL296.67º14.29%24.71%-
HSV(B)296.67º25%28.24%-
XYZ5.094.456.72-
YUV61.13134.13135.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.04%
GREEN value IS 54 (21.48% from 255) = 27.41%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=36.04%
G=27.41%
B=36.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7154720.010.2500.72296.6714.2924.71
Hex473648119048129e19
Octal1076611013101104511631
Binary1000111110110100100011100101001000100101001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473648; }

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

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

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

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

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

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

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

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