#46369E

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

Shades of Blue Gem #46369E

Tints of Blue Gem #46369E

Color information

#46369E (or 0x46369E) is unknown color: approx Blue Gem. HEX triplet: 46, 36 and 9E. RGB value is (70,54,158). Sum of RGB (Red+Green+Blue) = 70+54+158=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 158 (62.11% from 255 or 56.03% from 282); Max value from RGB is 158 - color contains mainly: blue. Hex color #46369E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46369E is #B9C961. Grayscale: #464646. Windows color (decimal): -12175714 or 10368582. OLE color: 10368582.

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

Color convert

RGB7054158-
CMYK0.560.6600.38
HSL249.23º49.06%41.57%-
HSV(B)249.23º65.82%61.96%-
XYZ10.026.4133.06-
YUV70.64177.3127.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.82%
GREEN value IS 54 (21.48% from 255) = 19.15%
BLUE value IS 158 (62.11% from 255) = 56.03%
R=24.82%
G=19.15%
B=56.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70541580.560.6600.38249.2349.0641.57
Hex46369E3842026f9312a
Octal10666236701020463716152
Binary1000110110110100111101110001000010010011011111001110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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