#463753

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

Shades of Jagger #463753

Tints of Jagger #463753

Color information

#463753 (or 0x463753) is unknown color: approx Jagger. HEX triplet: 46, 37 and 53. RGB value is (70,55,83). Sum of RGB (Red+Green+Blue) = 70+55+83=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 55 (21.88% from 255 or 26.44% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 83 - color contains mainly: blue. Hex color #463753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463753 is #B9C8AC. Grayscale: #3E3E3E. Windows color (decimal): -12175533 or 5453638. OLE color: 5453638.

HSL color Cylindrical-coordinate representation of color #463753: hue angle of 272.14º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #463753 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB705583-
CMYK0.160.3400.67
HSL272.14º20.29%27.06%-
HSV(B)272.14º33.73%32.55%-
XYZ5.454.668.8-
YUV62.68139.47133.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.65%
GREEN value IS 55 (21.88% from 255) = 26.44%
BLUE value IS 83 (32.81% from 255) = 39.90%
R=33.65%
G=26.44%
B=39.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7055830.160.3400.67272.1420.2927.06
Hex4637531022043110141b
Octal10667123204201034202433
Binary1000110110111101001110000100010010000111000100001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463753; }

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

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

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

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

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

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

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

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