#46358E

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

Shades of Blue Gem #46358E

Tints of Blue Gem #46358E

Color information

#46358E (or 0x46358E) is unknown color: approx Blue Gem. HEX triplet: 46, 35 and 8E. RGB value is (70,53,142). Sum of RGB (Red+Green+Blue) = 70+53+142=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #46358E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46358E is #B9CA71. Grayscale: #434343. Windows color (decimal): -12175986 or 9319750. OLE color: 9319750.

HSL color Cylindrical-coordinate representation of color #46358E: hue angle of 251.46º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46358E is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7053142-
CMYK0.510.6300.44
HSL251.46º45.64%38.24%-
HSV(B)251.46º62.68%55.69%-
XYZ8.685.826.25-
YUV68.23169.63129.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 53 (21.09% from 255) = 20%
BLUE value IS 142 (55.86% from 255) = 53.58%
R=26.42%
G=20%
B=53.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70531420.510.6300.44251.4645.6438.24
Hex46358E333F02Cfb2e26
Octal1066521663770543735646
Binary100011011010110001110110011111111010110011111011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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