#463557

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

Shades of Jagger #463557

Tints of Jagger #463557

Color information

#463557 (or 0x463557) is unknown color: approx Jagger. HEX triplet: 46, 35 and 57. RGB value is (70,53,87). Sum of RGB (Red+Green+Blue) = 70+53+87=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 87 - color contains mainly: blue. Hex color #463557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463557 is #B9CAA8. Grayscale: #3D3D3D. Windows color (decimal): -12176041 or 5715270. OLE color: 5715270.

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

Color convert

RGB705387-
CMYK0.200.3900.66
HSL270º24.29%27.45%-
HSV(B)270º39.08%34.12%-
XYZ5.524.549.6-
YUV61.96142.13133.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.33%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 87 (34.38% from 255) = 41.43%
R=33.33%
G=25.24%
B=41.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7053870.200.3900.6627024.2927.45
Hex463557142704210e181b
Octal10665127244701024163033
Binary1000110110101101011110100100111010000101000011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463557; }

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

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

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

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

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

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

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

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