#463451

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

Shades of Jagger #463451

Tints of Jagger #463451

Color information

#463451 (or 0x463451) is unknown color: approx Jagger. HEX triplet: 46, 34 and 51. RGB value is (70,52,81). Sum of RGB (Red+Green+Blue) = 70+52+81=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 81 - color contains mainly: blue. Hex color #463451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463451 is #B9CBAE. Grayscale: #3C3C3C. Windows color (decimal): -12176303 or 5321798. OLE color: 5321798.

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

Color convert

RGB705281-
CMYK0.140.3600.68
HSL277.24º21.8%26.08%-
HSV(B)277.24º35.8%31.76%-
XYZ5.244.358.35-
YUV60.69139.46134.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.48%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 81 (32.03% from 255) = 39.90%
R=34.48%
G=25.62%
B=39.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7052810.140.3600.68277.2421.826.08
Hex463451E24044115161a
Octal10664121164401044252632
Binary100011011010010100011110100100010001001000101011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463451; }

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

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

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

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

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

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

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

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