#46389E

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

Shades of Blue Gem #46389E

Tints of Blue Gem #46389E

Color information

#46389E (or 0x46389E) is unknown color: approx Blue Gem. HEX triplet: 46, 38 and 9E. RGB value is (70,56,158). Sum of RGB (Red+Green+Blue) = 70+56+158=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 158 (62.11% from 255 or 55.63% from 284); Max value from RGB is 158 - color contains mainly: blue. Hex color #46389E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46389E is #B9C761. Grayscale: #474747. Windows color (decimal): -12175202 or 10369094. OLE color: 10369094.

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

Color convert

RGB7056158-
CMYK0.560.6500.38
HSL248.24º47.66%41.96%-
HSV(B)248.24º64.56%61.96%-
XYZ10.116.633.09-
YUV71.81176.64126.71-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 56 (22.27% from 255) = 19.72%
BLUE value IS 158 (62.11% from 255) = 55.63%
R=24.65%
G=19.72%
B=55.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70561580.560.6500.38248.2447.6641.96
Hex46389E3841026f8302a
Octal10670236701010463706052
Binary1000110111000100111101110001000001010011011111000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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