#463757

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

Shades of Jagger #463757

Tints of Jagger #463757

Color information

#463757 (or 0x463757) is unknown color: approx Jagger. HEX triplet: 46, 37 and 57. RGB value is (70,55,87). Sum of RGB (Red+Green+Blue) = 70+55+87=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #463757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463757 is #B9C8A8. Grayscale: #3F3F3F. Windows color (decimal): -12175529 or 5715782. OLE color: 5715782.

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

Color convert

RGB705587-
CMYK0.200.3700.66
HSL268.12º22.54%27.84%-
HSV(B)268.12º36.78%34.12%-
XYZ5.614.729.63-
YUV63.13141.47132.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 55 (21.88% from 255) = 25.94%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=33.02%
G=25.94%
B=41.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7055870.200.3700.66268.1222.5427.84
Hex463757142504210c171c
Octal10667127244501024142734
Binary1000110110111101011110100100101010000101000011001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463757; }

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

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

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

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

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

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

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

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