#463358

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

Shades of Jagger #463358

Tints of Jagger #463358

Color information

#463358 (or 0x463358) is unknown color: approx Jagger. HEX triplet: 46, 33 and 58. RGB value is (70,51,88). Sum of RGB (Red+Green+Blue) = 70+51+88=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 88 - color contains mainly: blue. Hex color #463358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463358 is #B9CCA7. Grayscale: #3C3C3C. Windows color (decimal): -12176552 or 5780294. OLE color: 5780294.

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

Color convert

RGB705188-
CMYK0.200.4200.65
HSL270.81º26.62%27.25%-
HSV(B)270.81º42.05%34.51%-
XYZ5.474.379.79-
YUV60.9143.29134.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 51 (20.31% from 255) = 24.40%
BLUE value IS 88 (34.77% from 255) = 42.11%
R=33.49%
G=24.40%
B=42.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7051880.200.4200.65270.8126.6227.25
Hex463358142A04110f1b1b
Octal10663130245201014173333
Binary1000110110011101100010100101010010000011000011111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463358; }

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

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

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

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

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

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

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

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