#46379A

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

Shades of Blue Gem #46379A

Tints of Blue Gem #46379A

Color information

#46379A (or 0x46379A) is unknown color: approx Blue Gem. HEX triplet: 46, 37 and 9A. RGB value is (70,55,154). Sum of RGB (Red+Green+Blue) = 70+55+154=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 154 (60.55% from 255 or 55.20% from 279); Max value from RGB is 154 - color contains mainly: blue. Hex color #46379A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46379A is #B9C865. Grayscale: #464646. Windows color (decimal): -12175462 or 10106694. OLE color: 10106694.

HSL color Cylindrical-coordinate representation of color #46379A: hue angle of 249.09º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46379A is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7055154-
CMYK0.550.6400.40
HSL249.09º47.37%40.98%-
HSV(B)249.09º64.29%60.39%-
XYZ9.726.3731.29-
YUV70.77174.97127.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 55 (21.88% from 255) = 19.71%
BLUE value IS 154 (60.55% from 255) = 55.20%
R=25.09%
G=19.71%
B=55.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70551540.550.6400.40249.0947.3740.98
Hex46379A3740028f92f29
Octal10667232671000503715751
Binary1000110110111100110101101111000000010100011111001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46379A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46379A; }

 p { color: rgb(70,55,154); }

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

<style>
 a { background-color: #46379A; }

 a { background-color: rgb(70,55,154); }

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

<style>
 span { border-color: #46379A; }

 span { border-color: rgb(70,55,154); }

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