#463857

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

Shades of Jagger #463857

Tints of Jagger #463857

Color information

#463857 (or 0x463857) is unknown color: approx Jagger. HEX triplet: 46, 38 and 57. RGB value is (70,56,87). Sum of RGB (Red+Green+Blue) = 70+56+87=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 87 - color contains mainly: blue. Hex color #463857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463857 is #B9C7A8. Grayscale: #3F3F3F. Windows color (decimal): -12175273 or 5716038. OLE color: 5716038.

HSL color Cylindrical-coordinate representation of color #463857: hue angle of 267.1º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #463857 is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB705687-
CMYK0.200.3600.66
HSL267.1º21.68%28.04%-
HSV(B)267.1º35.63%34.12%-
XYZ5.664.829.65-
YUV63.72141.14132.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 56 (22.27% from 255) = 26.29%
BLUE value IS 87 (34.38% from 255) = 40.85%
R=32.86%
G=26.29%
B=40.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7056870.200.3600.66267.121.6828.04
Hex463857142404210b161c
Octal10670127244401024132634
Binary1000110111000101011110100100100010000101000010111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463857; }

 p { color: rgb(70,56,87); }

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

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

 a { background-color: rgb(70,56,87); }

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

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

 span { border-color: rgb(70,56,87); }

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