#463951

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

Shades of Jagger #463951

Tints of Jagger #463951

Color information

#463951 (or 0x463951) is unknown color: approx Jagger. HEX triplet: 46, 39 and 51. RGB value is (70,57,81). Sum of RGB (Red+Green+Blue) = 70+57+81=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 81 - color contains mainly: blue. Hex color #463951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463951 is #B9C6AE. Grayscale: #3F3F3F. Windows color (decimal): -12175023 or 5323078. OLE color: 5323078.

HSL color Cylindrical-coordinate representation of color #463951: hue angle of 272.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #463951 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB705781-
CMYK0.140.3000.68
HSL272.5º17.39%27.06%-
HSV(B)272.5º29.63%31.76%-
XYZ5.474.828.43-
YUV63.62137.81132.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.65%
GREEN value IS 57 (22.66% from 255) = 27.40%
BLUE value IS 81 (32.03% from 255) = 38.94%
R=33.65%
G=27.40%
B=38.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7057810.140.3000.68272.517.3927.06
Hex463951E1E044110111b
Octal10671121163601044202133
Binary10001101110011010001111011110010001001000100001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463951; }

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

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

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

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

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

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

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

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