#46399C

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

Shades of Blue Gem #46399C

Tints of Blue Gem #46399C

Color information

#46399C (or 0x46399C) is unknown color: approx Blue Gem. HEX triplet: 46, 39 and 9C. RGB value is (70,57,156). Sum of RGB (Red+Green+Blue) = 70+57+156=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #46399C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46399C is #B9C663. Grayscale: #474747. Windows color (decimal): -12174948 or 10238278. OLE color: 10238278.

HSL color Cylindrical-coordinate representation of color #46399C: hue angle of 247.88º 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 #46399C is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7057156-
CMYK0.550.6300.39
HSL247.88º46.48%41.76%-
HSV(B)247.88º63.46%61.18%-
XYZ9.996.6332.21-
YUV72.17175.31126.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.73%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 156 (61.33% from 255) = 55.12%
R=24.73%
G=20.14%
B=55.12%

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
Decimal70571560.550.6300.39247.8846.4841.76
Hex46399C373F027f82e2a
Octal1067123467770473705652
Binary100011011100110011100110111111111010011111111000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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