#463259

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

Shades of Jagger #463259

Tints of Jagger #463259

Color information

#463259 (or 0x463259) is unknown color: approx Jagger. HEX triplet: 46, 32 and 59. RGB value is (70,50,89). Sum of RGB (Red+Green+Blue) = 70+50+89=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #463259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463259 is #B9CDA6. Grayscale: #3C3C3C. Windows color (decimal): -12176807 or 5845574. OLE color: 5845574.

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

Color convert

RGB705089-
CMYK0.210.4400.65
HSL270.77º28.06%27.25%-
HSV(B)270.77º43.82%34.9%-
XYZ5.474.39.99-
YUV60.43144.13134.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 50 (19.92% from 255) = 23.92%
BLUE value IS 89 (35.16% from 255) = 42.58%
R=33.49%
G=23.92%
B=42.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7050890.210.4400.65270.7728.0627.25
Hex463259152C04110f1c1b
Octal10662131255401014173433
Binary1000110110010101100110101101100010000011000011111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463259; }

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

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

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

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

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

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

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

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