#46325B

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

Shades of Jagger #46325B

Tints of Jagger #46325B

Color information

#46325B (or 0x46325B) is unknown color: approx Jagger. HEX triplet: 46, 32 and 5B. RGB value is (70,50,91). Sum of RGB (Red+Green+Blue) = 70+50+91=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #46325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46325B is #B9CDA4. Grayscale: #3C3C3C. Windows color (decimal): -12176805 or 5976646. OLE color: 5976646.

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

Color convert

RGB705091-
CMYK0.230.4500.64
HSL269.27º29.08%27.65%-
HSV(B)269.27º45.05%35.69%-
XYZ5.554.3410.44-
YUV60.65145.13134.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.18%
GREEN value IS 50 (19.92% from 255) = 23.70%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=33.18%
G=23.70%
B=43.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7050910.230.4500.64269.2729.0827.65
Hex46325B172D04010d1d1c
Octal10662133275501004153534
Binary1000110110010101101110111101101010000001000011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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