#463A52

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

Shades of Jagger #463A52

Tints of Jagger #463A52

Color information

#463A52 (or 0x463A52) is unknown color: approx Jagger. HEX triplet: 46, 3A and 52. RGB value is (70,58,82). Sum of RGB (Red+Green+Blue) = 70+58+82=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 58 (23.05% from 255 or 27.62% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 82 - color contains mainly: blue. Hex color #463A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463A52 is #B9C5AD. Grayscale: #404040. Windows color (decimal): -12174766 or 5388870. OLE color: 5388870.

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

Color convert

RGB705882-
CMYK0.150.2900.68
HSL270º17.14%27.45%-
HSV(B)270º29.27%32.16%-
XYZ5.564.948.64-
YUV64.32137.98132.05-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.33%
GREEN value IS 58 (23.05% from 255) = 27.62%
BLUE value IS 82 (32.42% from 255) = 39.05%
R=33.33%
G=27.62%
B=39.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7058820.150.2900.6827017.1427.45
Hex463A52F1D04410e111b
Octal10672122173501044162133
Binary10001101110101010010111111101010001001000011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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