#463953

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

Shades of Jagger #463953

Tints of Jagger #463953

Color information

#463953 (or 0x463953) is unknown color: approx Jagger. HEX triplet: 46, 39 and 53. RGB value is (70,57,83). Sum of RGB (Red+Green+Blue) = 70+57+83=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #463953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463953 is #B9C6AC. Grayscale: #3F3F3F. Windows color (decimal): -12175021 or 5454150. OLE color: 5454150.

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

Color convert

RGB705783-
CMYK0.160.3100.67
HSL270º18.57%27.45%-
HSV(B)270º31.33%32.55%-
XYZ5.554.858.83-
YUV63.85138.81132.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.33%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 83 (32.81% from 255) = 39.52%
R=33.33%
G=27.14%
B=39.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7057830.160.3100.6727018.5727.45
Hex463953101F04310e131b
Octal10671123203701034162333
Binary100011011100110100111000011111010000111000011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463953; }

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

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

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

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

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

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

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

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