#46219C

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

Shades of Blue Gem #46219C

Tints of Blue Gem #46219C

Color information

#46219C (or 0x46219C) is unknown color: approx Blue Gem. HEX triplet: 46, 21 and 9C. RGB value is (70,33,156). Sum of RGB (Red+Green+Blue) = 70+33+156=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #46219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46219C is #B9DE63. Grayscale: #393939. Windows color (decimal): -12181092 or 10232134. OLE color: 10232134.

HSL color Cylindrical-coordinate representation of color #46219C: hue angle of 258.05º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46219C is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7033156-
CMYK0.550.7900.39
HSL258.05º65.08%37.06%-
HSV(B)258.05º78.85%61.18%-
XYZ9.074.7931.9-
YUV58.08183.26136.5-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.03%
GREEN value IS 33 (13.28% from 255) = 12.74%
BLUE value IS 156 (61.33% from 255) = 60.23%
R=27.03%
G=12.74%
B=60.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70331560.550.7900.39258.0565.0837.06
Hex46219C374F0271024125
Octal106412346711704740210145
Binary100011010000110011100110111100111101001111000000101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46219C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46219C; }

 p { color: rgb(70,33,156); }

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

<style>
 a { background-color: #46219C; }

 a { background-color: rgb(70,33,156); }

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

<style>
 span { border-color: #46219C; }

 span { border-color: rgb(70,33,156); }

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