#463257

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

Shades of Jagger #463257

Tints of Jagger #463257

Color information

#463257 (or 0x463257) is unknown color: approx Jagger. HEX triplet: 46, 32 and 57. RGB value is (70,50,87). Sum of RGB (Red+Green+Blue) = 70+50+87=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 87 - color contains mainly: blue. Hex color #463257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463257 is #B9CDA8. Grayscale: #3C3C3C. Windows color (decimal): -12176809 or 5714502. OLE color: 5714502.

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

Color convert

RGB705087-
CMYK0.200.4300.66
HSL272.43º27.01%26.86%-
HSV(B)272.43º42.53%34.12%-
XYZ5.394.279.56-
YUV60.2143.13134.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.82%
GREEN value IS 50 (19.92% from 255) = 24.15%
BLUE value IS 87 (34.38% from 255) = 42.03%
R=33.82%
G=24.15%
B=42.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7050870.200.4300.66272.4327.0126.86
Hex463257142B0421101b1b
Octal10662127245301024203333
Binary1000110110010101011110100101011010000101000100001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463257; }

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

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

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

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

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

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

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

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