#46345A

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

Shades of Jagger #46345A

Tints of Jagger #46345A

Color information

#46345A (or 0x46345A) is unknown color: approx Jagger. HEX triplet: 46, 34 and 5A. RGB value is (70,52,90). Sum of RGB (Red+Green+Blue) = 70+52+90=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #46345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46345A is #B9CBA5. Grayscale: #3D3D3D. Windows color (decimal): -12176294 or 5911622. OLE color: 5911622.

HSL color Cylindrical-coordinate representation of color #46345A: hue angle of 268.42º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #46345A is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB705290-
CMYK0.220.4200.65
HSL268.42º26.76%27.84%-
HSV(B)268.42º42.22%35.29%-
XYZ5.64.510.25-
YUV61.71143.96133.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 33.02%
GREEN value IS 52 (20.70% from 255) = 24.53%
BLUE value IS 90 (35.55% from 255) = 42.45%
R=33.02%
G=24.53%
B=42.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7052900.220.4200.65268.4226.7627.84
Hex46345A162A04110c1b1c
Octal10664132265201014143334
Binary1000110110100101101010110101010010000011000011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46345A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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