#463E4A

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

Shades of Jagger #463E4A

Tints of Jagger #463E4A

Color information

#463E4A (or 0x463E4A) is unknown color: approx Jagger. HEX triplet: 46, 3E and 4A. RGB value is (70,62,74). Sum of RGB (Red+Green+Blue) = 70+62+74=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 74 - color contains mainly: blue. Hex color #463E4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E4A is #B9C1B5. Grayscale: #414141. Windows color (decimal): -12173750 or 4865606. OLE color: 4865606.

HSL color Cylindrical-coordinate representation of color #463E4A: hue angle of 280º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #463E4A is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB706274-
CMYK0.050.1600.71
HSL280º8.82%26.67%-
HSV(B)280º16.22%29.02%-
XYZ5.485.247.2-
YUV65.76132.65131.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.98%
GREEN value IS 62 (24.61% from 255) = 30.10%
BLUE value IS 74 (29.30% from 255) = 35.92%
R=33.98%
G=30.10%
B=35.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7062740.050.1600.712808.8226.67
Hex463E4A51004711891b
Octal1067611252001074301133
Binary100011011111010010101011000001000111100011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,62,74); }

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

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

 a { background-color: rgb(70,62,74); }

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

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

 span { border-color: rgb(70,62,74); }

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