#463459

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

Shades of Jagger #463459

Tints of Jagger #463459

Color information

#463459 (or 0x463459) is unknown color: approx Jagger. HEX triplet: 46, 34 and 59. RGB value is (70,52,89). Sum of RGB (Red+Green+Blue) = 70+52+89=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #463459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463459 is #B9CBA6. Grayscale: #3D3D3D. Windows color (decimal): -12176295 or 5846086. OLE color: 5846086.

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

Color convert

RGB705289-
CMYK0.210.4200.65
HSL269.19º26.24%27.65%-
HSV(B)269.19º41.57%34.9%-
XYZ5.564.4810.02-
YUV61.6143.46133.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.18%
GREEN value IS 52 (20.70% from 255) = 24.64%
BLUE value IS 89 (35.16% from 255) = 42.18%
R=33.18%
G=24.64%
B=42.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7052890.210.4200.65269.1926.2427.65
Hex463459152A04110d1a1c
Octal10664131255201014153234
Binary1000110110100101100110101101010010000011000011011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463459; }

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

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

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

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

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

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

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

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