#463A4D

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

Shades of Jagger #463A4D

Tints of Jagger #463A4D

Color information

#463A4D (or 0x463A4D) is unknown color: approx Jagger. HEX triplet: 46, 3A and 4D. RGB value is (70,58,77). Sum of RGB (Red+Green+Blue) = 70+58+77=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 77 - color contains mainly: blue. Hex color #463A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A4D is #B9C5B2. Grayscale: #3F3F3F. Windows color (decimal): -12174771 or 5061190. OLE color: 5061190.

HSL color Cylindrical-coordinate representation of color #463A4D: hue angle of 277.89º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #463A4D is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB705877-
CMYK0.090.2500.70
HSL277.89º14.07%26.47%-
HSV(B)277.89º24.68%30.2%-
XYZ5.384.867.68-
YUV63.75135.48132.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.15%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=34.15%
G=28.29%
B=37.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7058770.090.2500.70277.8914.0726.47
Hex463A4D919046116e1a
Octal10672115113101064261632
Binary1000110111010100110110011100101000110100010110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463A4D; }

 p { color: rgb(70,58,77); }

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

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

 a { background-color: rgb(70,58,77); }

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

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

 span { border-color: rgb(70,58,77); }

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