#46325C

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

Shades of Jagger #46325C

Tints of Jagger #46325C

Color information

#46325C (or 0x46325C) is unknown color: approx Jagger. HEX triplet: 46, 32 and 5C. RGB value is (70,50,92). Sum of RGB (Red+Green+Blue) = 70+50+92=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #46325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46325C is #B9CDA3. Grayscale: #3C3C3C. Windows color (decimal): -12176804 or 6042182. OLE color: 6042182.

HSL color Cylindrical-coordinate representation of color #46325C: hue angle of 268.57º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46325C is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB705092-
CMYK0.240.4600.64
HSL268.57º29.58%27.84%-
HSV(B)268.57º45.65%36.08%-
XYZ5.64.3610.67-
YUV60.77145.63134.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 50 (19.92% from 255) = 23.58%
BLUE value IS 92 (36.33% from 255) = 43.40%
R=33.02%
G=23.58%
B=43.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7050920.240.4600.64268.5729.5827.84
Hex46325C182E04010d1e1c
Octal10662134305601004153634
Binary1000110110010101110011000101110010000001000011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46325C; }

 p { color: rgb(70,50,92); }

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

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

 a { background-color: rgb(70,50,92); }

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

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

 span { border-color: rgb(70,50,92); }

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