#463258

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

Shades of Jagger #463258

Tints of Jagger #463258

Color information

#463258 (or 0x463258) is unknown color: approx Jagger. HEX triplet: 46, 32 and 58. RGB value is (70,50,88). Sum of RGB (Red+Green+Blue) = 70+50+88=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #463258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463258 is #B9CDA7. Grayscale: #3C3C3C. Windows color (decimal): -12176808 or 5780038. OLE color: 5780038.

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

Color convert

RGB705088-
CMYK0.200.4300.65
HSL271.58º27.54%27.06%-
HSV(B)271.58º43.18%34.51%-
XYZ5.434.299.77-
YUV60.31143.63134.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.65%
GREEN value IS 50 (19.92% from 255) = 24.04%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=33.65%
G=24.04%
B=42.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7050880.200.4300.65271.5827.5427.06
Hex463258142B0411101c1b
Octal10662130245301014203433
Binary1000110110010101100010100101011010000011000100001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463258; }

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

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

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

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

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

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

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

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