#46399E

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

Shades of Blue Gem #46399E

Tints of Blue Gem #46399E

Color information

#46399E (or 0x46399E) is unknown color: approx Blue Gem. HEX triplet: 46, 39 and 9E. RGB value is (70,57,158). Sum of RGB (Red+Green+Blue) = 70+57+158=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #46399E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46399E is #B9C661. Grayscale: #484848. Windows color (decimal): -12174946 or 10369350. OLE color: 10369350.

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

Color convert

RGB7057158-
CMYK0.560.6400.38
HSL247.72º46.98%42.16%-
HSV(B)247.72º63.92%61.96%-
XYZ10.166.733.1-
YUV72.4176.31126.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 158 (62.11% from 255) = 55.44%
R=24.56%
G=20%
B=55.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70571580.560.6400.38247.7246.9842.16
Hex46399E3840026f82f2a
Octal10671236701000463705752
Binary1000110111001100111101110001000000010011011111000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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