#463559

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

Shades of Jagger #463559

Tints of Jagger #463559

Color information

#463559 (or 0x463559) is unknown color: approx Jagger. HEX triplet: 46, 35 and 59. RGB value is (70,53,89). Sum of RGB (Red+Green+Blue) = 70+53+89=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #463559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463559 is #B9CAA6. Grayscale: #3E3E3E. Windows color (decimal): -12176039 or 5846342. OLE color: 5846342.

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

Color convert

RGB705389-
CMYK0.210.4000.65
HSL268.33º25.35%27.84%-
HSV(B)268.33º40.45%34.9%-
XYZ5.64.5710.04-
YUV62.19143.13133.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=33.02%
G=25%
B=41.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7053890.210.4000.65268.3325.3527.84
Hex463559152804110c191c
Octal10665131255001014143134
Binary1000110110101101100110101101000010000011000011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463559; }

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

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

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

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

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

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

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

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