#46345B

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

Shades of Jagger #46345B

Tints of Jagger #46345B

Color information

#46345B (or 0x46345B) is unknown color: approx Jagger. HEX triplet: 46, 34 and 5B. RGB value is (70,52,91). Sum of RGB (Red+Green+Blue) = 70+52+91=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 91 - color contains mainly: blue. Hex color #46345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46345B is #B9CBA4. Grayscale: #3D3D3D. Windows color (decimal): -12176293 or 5977158. OLE color: 5977158.

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

Color convert

RGB705291-
CMYK0.230.4300.64
HSL267.69º27.27%28.04%-
HSV(B)267.69º42.86%35.69%-
XYZ5.644.5110.47-
YUV61.83144.46133.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 52 (20.70% from 255) = 24.41%
BLUE value IS 91 (35.94% from 255) = 42.72%
R=32.86%
G=24.41%
B=42.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7052910.230.4300.64267.6927.2728.04
Hex46345B172B04010c1b1c
Octal10664133275301004143334
Binary1000110110100101101110111101011010000001000011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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