#463747

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

Shades of Bossanova #463747

Tints of Bossanova #463747

Color information

#463747 (or 0x463747) is unknown color: approx Bossanova. HEX triplet: 46, 37 and 47. RGB value is (70,55,71). Sum of RGB (Red+Green+Blue) = 70+55+71=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 71 - color contains mainly: blue. Hex color #463747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463747 is #B9C8B8. Grayscale: #3D3D3D. Windows color (decimal): -12175545 or 4667206. OLE color: 4667206.

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

Color convert

RGB705571-
CMYK0.010.2300.72
HSL296.25º12.7%24.71%-
HSV(B)296.25º22.54%27.84%-
XYZ5.034.496.56-
YUV61.31133.47134.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.71%
GREEN value IS 55 (21.88% from 255) = 28.06%
BLUE value IS 71 (28.12% from 255) = 36.22%
R=35.71%
G=28.06%
B=36.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7055710.010.2300.72296.2512.724.71
Hex463747117048128d19
Octal1066710712701104501531
Binary1000110110111100011111011101001000100101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463747; }

 p { color: rgb(70,55,71); }

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

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

 a { background-color: rgb(70,55,71); }

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

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

 span { border-color: rgb(70,55,71); }

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