#463952

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

Shades of Jagger #463952

Tints of Jagger #463952

Color information

#463952 (or 0x463952) is unknown color: approx Jagger. HEX triplet: 46, 39 and 52. RGB value is (70,57,82). Sum of RGB (Red+Green+Blue) = 70+57+82=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 82 - color contains mainly: blue. Hex color #463952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463952 is #B9C6AD. Grayscale: #3F3F3F. Windows color (decimal): -12175022 or 5388614. OLE color: 5388614.

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

Color convert

RGB705782-
CMYK0.150.3000.68
HSL271.2º17.99%27.25%-
HSV(B)271.2º30.49%32.16%-
XYZ5.514.848.63-
YUV63.74138.31132.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.49%
GREEN value IS 57 (22.66% from 255) = 27.27%
BLUE value IS 82 (32.42% from 255) = 39.23%
R=33.49%
G=27.27%
B=39.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7057820.150.3000.68271.217.9927.25
Hex463952F1E04410f121b
Octal10671122173601044172233
Binary10001101110011010010111111110010001001000011111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463952; }

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

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

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

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

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

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

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

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