#46359E

Color #46359E Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #46359E

Tints of Blue Gem #46359E

Color information

#46359E (or 0x46359E) is unknown color: approx Blue Gem. HEX triplet: 46, 35 and 9E. RGB value is (70,53,158). Sum of RGB (Red+Green+Blue) = 70+53+158=281 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.91% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #46359E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46359E is #B9CA61. Grayscale: #454545. Windows color (decimal): -12175970 or 10368326. OLE color: 10368326.

HSL color Cylindrical-coordinate representation of color #46359E: hue angle of 249.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46359E is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7053158-
CMYK0.560.6600.38
HSL249.71º49.76%41.37%-
HSV(B)249.71º66.46%61.96%-
XYZ9.976.3233.04-
YUV70.05177.63127.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.91%
GREEN value IS 53 (21.09% from 255) = 18.86%
BLUE value IS 158 (62.11% from 255) = 56.23%
R=24.91%
G=18.86%
B=56.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70531580.560.6600.38249.7149.7641.37
Hex46359E3842026fa3229
Octal10665236701020463726251
Binary1000110110101100111101110001000010010011011111010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46359E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46359E; }

 p { color: rgb(70,53,158); }

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

<style>
 a { background-color: #46359E; }

 a { background-color: rgb(70,53,158); }

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

<style>
 span { border-color: #46359E; }

 span { border-color: rgb(70,53,158); }

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