#463E4D

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

Shades of Jagger #463E4D

Tints of Jagger #463E4D

Color information

#463E4D (or 0x463E4D) is unknown color: approx Jagger. HEX triplet: 46, 3E and 4D. RGB value is (70,62,77). Sum of RGB (Red+Green+Blue) = 70+62+77=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 77 - color contains mainly: blue. Hex color #463E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463E4D is #B9C1B2. Grayscale: #424242. Windows color (decimal): -12173747 or 5062214. OLE color: 5062214.

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

Color convert

RGB706277-
CMYK0.090.1900.70
HSL272º10.79%27.25%-
HSV(B)272º19.48%30.2%-
XYZ5.595.287.75-
YUV66.1134.15130.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 77 (30.47% from 255) = 36.84%
R=33.49%
G=29.67%
B=36.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7062770.090.1900.7027210.7927.25
Hex463E4D913046110b1b
Octal10676115112301064201333
Binary1000110111110100110110011001101000110100010000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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