#46349E

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

Shades of Blue Gem #46349E

Tints of Blue Gem #46349E

Color information

#46349E (or 0x46349E) is unknown color: approx Blue Gem. HEX triplet: 46, 34 and 9E. RGB value is (70,52,158). Sum of RGB (Red+Green+Blue) = 70+52+158=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #46349E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46349E is #B9CB61. Grayscale: #454545. Windows color (decimal): -12176226 or 10368070. OLE color: 10368070.

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

Color convert

RGB7052158-
CMYK0.560.6700.38
HSL250.19º50.48%41.18%-
HSV(B)250.19º67.09%61.96%-
XYZ9.936.2333.03-
YUV69.47177.96128.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25%
GREEN value IS 52 (20.70% from 255) = 18.57%
BLUE value IS 158 (62.11% from 255) = 56.43%
R=25%
G=18.57%
B=56.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70521580.560.6700.38250.1950.4841.18
Hex46349E3843026fa3229
Octal10664236701030463726251
Binary1000110110100100111101110001000011010011011111010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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