#463359

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

Shades of Jagger #463359

Tints of Jagger #463359

Color information

#463359 (or 0x463359) is unknown color: approx Jagger. HEX triplet: 46, 33 and 59. RGB value is (70,51,89). Sum of RGB (Red+Green+Blue) = 70+51+89=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #463359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463359 is #B9CCA6. Grayscale: #3C3C3C. Windows color (decimal): -12176551 or 5845830. OLE color: 5845830.

HSL color Cylindrical-coordinate representation of color #463359: hue angle of 270º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #463359 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB705189-
CMYK0.210.4300.65
HSL270º27.14%27.45%-
HSV(B)270º42.7%34.9%-
XYZ5.514.3910.01-
YUV61.01143.79134.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.33%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=33.33%
G=24.29%
B=42.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7051890.210.4300.6527027.1427.45
Hex463359152B04110e1b1b
Octal10663131255301014163333
Binary1000110110011101100110101101011010000011000011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463359; }

 p { color: rgb(70,51,89); }

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

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

 a { background-color: rgb(70,51,89); }

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

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

 span { border-color: rgb(70,51,89); }

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