#463558

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

Shades of Jagger #463558

Tints of Jagger #463558

Color information

#463558 (or 0x463558) is unknown color: approx Jagger. HEX triplet: 46, 35 and 58. RGB value is (70,53,88). Sum of RGB (Red+Green+Blue) = 70+53+88=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 88 - color contains mainly: blue. Hex color #463558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463558 is #B9CAA7. Grayscale: #3D3D3D. Windows color (decimal): -12176040 or 5780806. OLE color: 5780806.

HSL color Cylindrical-coordinate representation of color #463558: hue angle of 269.14º 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 #463558 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB705388-
CMYK0.200.4000.65
HSL269.14º24.82%27.65%-
HSV(B)269.14º39.77%34.51%-
XYZ5.564.559.82-
YUV62.07142.63133.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.18%
GREEN value IS 53 (21.09% from 255) = 25.12%
BLUE value IS 88 (34.77% from 255) = 41.71%
R=33.18%
G=25.12%
B=41.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7053880.200.4000.65269.1424.8227.65
Hex463558142804110d191c
Octal10665130245001014153134
Binary1000110110101101100010100101000010000011000011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463558; }

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

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

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

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

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

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

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

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