#46335B

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

Shades of Jagger #46335B

Tints of Jagger #46335B

Color information

#46335B (or 0x46335B) is unknown color: approx Jagger. HEX triplet: 46, 33 and 5B. RGB value is (70,51,91). Sum of RGB (Red+Green+Blue) = 70+51+91=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 91 - color contains mainly: blue. Hex color #46335B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46335B is #B9CCA4. Grayscale: #3D3D3D. Windows color (decimal): -12176549 or 5976902. OLE color: 5976902.

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

Color convert

RGB705191-
CMYK0.230.4400.64
HSL268.5º28.17%27.84%-
HSV(B)268.5º43.96%35.69%-
XYZ5.64.4310.46-
YUV61.24144.79134.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 51 (20.31% from 255) = 24.06%
BLUE value IS 91 (35.94% from 255) = 42.92%
R=33.02%
G=24.06%
B=42.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7051910.230.4400.64268.528.1727.84
Hex46335B172C04010c1c1c
Octal10663133275401004143434
Binary1000110110011101101110111101100010000001000011001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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