#463653

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

Shades of Jagger #463653

Tints of Jagger #463653

Color information

#463653 (or 0x463653) is unknown color: approx Jagger. HEX triplet: 46, 36 and 53. RGB value is (70,54,83). Sum of RGB (Red+Green+Blue) = 70+54+83=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: blue. Hex color #463653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463653 is #B9C9AC. Grayscale: #3D3D3D. Windows color (decimal): -12175789 or 5453382. OLE color: 5453382.

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

Color convert

RGB705483-
CMYK0.160.3500.67
HSL273.1º21.17%26.86%-
HSV(B)273.1º34.94%32.55%-
XYZ5.414.568.78-
YUV62.09139.8133.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.82%
GREEN value IS 54 (21.48% from 255) = 26.09%
BLUE value IS 83 (32.81% from 255) = 40.10%
R=33.82%
G=26.09%
B=40.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7054830.160.3500.67273.121.1726.86
Hex4636531023043111151b
Octal10666123204301034212533
Binary1000110110110101001110000100011010000111000100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463653; }

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

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

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

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

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

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

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

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