#46319D

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

Shades of Blue Gem #46319D

Tints of Blue Gem #46319D

Color information

#46319D (or 0x46319D) is unknown color: approx Blue Gem. HEX triplet: 46, 31 and 9D. RGB value is (70,49,157). Sum of RGB (Red+Green+Blue) = 70+49+157=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #46319D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46319D is #B9CE62. Grayscale: #434343. Windows color (decimal): -12176995 or 10301766. OLE color: 10301766.

HSL color Cylindrical-coordinate representation of color #46319D: hue angle of 251.67º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46319D is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7049157-
CMYK0.550.6900.38
HSL251.67º52.43%40.39%-
HSV(B)251.67º68.79%61.57%-
XYZ9.715.9332.53-
YUV67.59178.46129.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.36%
GREEN value IS 49 (19.53% from 255) = 17.75%
BLUE value IS 157 (61.72% from 255) = 56.88%
R=25.36%
G=17.75%
B=56.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70491570.550.6900.38251.6752.4340.39
Hex46319D3745026fc3428
Octal10661235671050463746450
Binary1000110110001100111011101111000101010011011111100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46319D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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