#46399B

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

Shades of Blue Gem #46399B

Tints of Blue Gem #46399B

Color information

#46399B (or 0x46399B) is unknown color: approx Blue Gem. HEX triplet: 46, 39 and 9B. RGB value is (70,57,155). Sum of RGB (Red+Green+Blue) = 70+57+155=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 57 (22.66% from 255 or 20.21% from 282); Blue value is 155 (60.94% from 255 or 54.96% from 282); Max value from RGB is 155 - color contains mainly: blue. Hex color #46399B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46399B is #B9C664. Grayscale: #474747. Windows color (decimal): -12174949 or 10172742. OLE color: 10172742.

HSL color Cylindrical-coordinate representation of color #46399B: hue angle of 247.96º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46399B is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7057155-
CMYK0.550.6300.39
HSL247.96º46.23%41.57%-
HSV(B)247.96º63.23%60.78%-
XYZ9.916.5931.76-
YUV72.06174.81126.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.82%
GREEN value IS 57 (22.66% from 255) = 20.21%
BLUE value IS 155 (60.94% from 255) = 54.96%
R=24.82%
G=20.21%
B=54.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70571550.550.6300.39247.9646.2341.57
Hex46399B373F027f82e2a
Octal1067123367770473705652
Binary100011011100110011011110111111111010011111111000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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