#463651

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

Shades of Jagger #463651

Tints of Jagger #463651

Color information

#463651 (or 0x463651) is unknown color: approx Jagger. HEX triplet: 46, 36 and 51. RGB value is (70,54,81). Sum of RGB (Red+Green+Blue) = 70+54+81=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 81 - color contains mainly: blue. Hex color #463651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463651 is #B9C9AE. Grayscale: #3D3D3D. Windows color (decimal): -12175791 or 5322310. OLE color: 5322310.

HSL color Cylindrical-coordinate representation of color #463651: hue angle of 275.56º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #463651 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB705481-
CMYK0.140.3300.68
HSL275.56º20%26.47%-
HSV(B)275.56º33.33%31.76%-
XYZ5.334.538.38-
YUV61.86138.8133.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.15%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 81 (32.03% from 255) = 39.51%
R=34.15%
G=26.34%
B=39.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7054810.140.3300.68275.562026.47
Hex463651E21044114141a
Octal10666121164101044242432
Binary100011011011010100011110100001010001001000101001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463651; }

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

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

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

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

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

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

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

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