#463458

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

Shades of Jagger #463458

Tints of Jagger #463458

Color information

#463458 (or 0x463458) is unknown color: approx Jagger. HEX triplet: 46, 34 and 58. RGB value is (70,52,88). Sum of RGB (Red+Green+Blue) = 70+52+88=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: blue. Hex color #463458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463458 is #B9CBA7. Grayscale: #3D3D3D. Windows color (decimal): -12176296 or 5780550. OLE color: 5780550.

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

Color convert

RGB705288-
CMYK0.200.4100.65
HSL270º25.71%27.45%-
HSV(B)270º40.91%34.51%-
XYZ5.524.469.8-
YUV61.49142.96134.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.33%
GREEN value IS 52 (20.70% from 255) = 24.76%
BLUE value IS 88 (34.77% from 255) = 41.90%
R=33.33%
G=24.76%
B=41.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7052880.200.4100.6527025.7127.45
Hex463458142904110e1a1b
Octal10664130245101014163233
Binary1000110110100101100010100101001010000011000011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463458; }

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

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

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

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

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

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

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

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