#463547

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

Shades of Bossanova #463547

Tints of Bossanova #463547

Color information

#463547 (or 0x463547) is unknown color: approx Bossanova. HEX triplet: 46, 35 and 47. RGB value is (70,53,71). Sum of RGB (Red+Green+Blue) = 70+53+71=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 71 - color contains mainly: blue. Hex color #463547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463547 is #B9CAB8. Grayscale: #3C3C3C. Windows color (decimal): -12176057 or 4666694. OLE color: 4666694.

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

Color convert

RGB705371-
CMYK0.010.2500.72
HSL296.67º14.52%24.31%-
HSV(B)296.67º25.35%27.84%-
XYZ4.944.36.53-
YUV60.14134.13135.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 53 (21.09% from 255) = 27.32%
BLUE value IS 71 (28.12% from 255) = 36.60%
R=36.08%
G=27.32%
B=36.60%

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
Decimal7053710.010.2500.72296.6714.5224.31
Hex463547119048129f18
Octal1066510713101104511730
Binary1000110110101100011111100101001000100101001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463547; }

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

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

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

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

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

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

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

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