#463E4B

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

Shades of Jagger #463E4B

Tints of Jagger #463E4B

Color information

#463E4B (or 0x463E4B) is unknown color: approx Jagger. HEX triplet: 46, 3E and 4B. RGB value is (70,62,75). Sum of RGB (Red+Green+Blue) = 70+62+75=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 75 - color contains mainly: blue. Hex color #463E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463E4B is #B9C1B4. Grayscale: #414141. Windows color (decimal): -12173749 or 4931142. OLE color: 4931142.

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

Color convert

RGB706275-
CMYK0.070.1700.71
HSL276.92º9.49%26.86%-
HSV(B)276.92º17.33%29.41%-
XYZ5.525.267.38-
YUV65.87133.15130.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.82%
GREEN value IS 62 (24.61% from 255) = 29.95%
BLUE value IS 75 (29.69% from 255) = 36.23%
R=33.82%
G=29.95%
B=36.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7062750.070.1700.71276.929.4926.86
Hex463E4B71104711591b
Octal1067611372101074251133
Binary100011011111010010111111000101000111100010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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