#463659

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

Shades of Jagger #463659

Tints of Jagger #463659

Color information

#463659 (or 0x463659) is unknown color: approx Jagger. HEX triplet: 46, 36 and 59. RGB value is (70,54,89). Sum of RGB (Red+Green+Blue) = 70+54+89=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #463659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463659 is #B9C9A6. Grayscale: #3E3E3E. Windows color (decimal): -12175783 or 5846598. OLE color: 5846598.

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

Color convert

RGB705489-
CMYK0.210.3900.65
HSL267.43º24.48%28.04%-
HSV(B)267.43º39.33%34.9%-
XYZ5.654.6610.05-
YUV62.77142.8133.15-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 54 (21.48% from 255) = 25.35%
BLUE value IS 89 (35.16% from 255) = 41.78%
R=32.86%
G=25.35%
B=41.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7054890.210.3900.65267.4324.4828.04
Hex463659152704110b181c
Octal10666131254701014133034
Binary1000110110110101100110101100111010000011000010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463659; }

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

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

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

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

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

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

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

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