#46349D

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

Shades of Blue Gem #46349D

Tints of Blue Gem #46349D

Color information

#46349D (or 0x46349D) is unknown color: approx Blue Gem. HEX triplet: 46, 34 and 9D. RGB value is (70,52,157). Sum of RGB (Red+Green+Blue) = 70+52+157=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #46349D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46349D is #B9CB62. Grayscale: #444444. Windows color (decimal): -12176227 or 10302534. OLE color: 10302534.

HSL color Cylindrical-coordinate representation of color #46349D: hue angle of 250.29º 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 #46349D is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7052157-
CMYK0.550.6700.38
HSL250.29º50.24%40.98%-
HSV(B)250.29º66.88%61.57%-
XYZ9.846.1932.57-
YUV69.35177.46128.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 52 (20.70% from 255) = 18.64%
BLUE value IS 157 (61.72% from 255) = 56.27%
R=25.09%
G=18.64%
B=56.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70521570.550.6700.38250.2950.2440.98
Hex46349D3743026fa3229
Octal10664235671030463726251
Binary1000110110100100111011101111000011010011011111010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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