#46289B

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

Shades of Blue Gem #46289B

Tints of Blue Gem #46289B

Color information

#46289B (or 0x46289B) is unknown color: approx Blue Gem. HEX triplet: 46, 28 and 9B. RGB value is (70,40,155). Sum of RGB (Red+Green+Blue) = 70+40+155=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #46289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #46289B is #B9D764. Grayscale: #3D3D3D. Windows color (decimal): -12179301 or 10168390. OLE color: 10168390.

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

Color convert

RGB7040155-
CMYK0.550.7400.39
HSL255.65º58.97%38.24%-
HSV(B)255.65º74.19%60.78%-
XYZ9.25.1931.53-
YUV62.08180.44133.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 40 (16.02% from 255) = 15.09%
BLUE value IS 155 (60.94% from 255) = 58.49%
R=26.42%
G=15.09%
B=58.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal70401550.550.7400.39255.6558.9738.24
Hex46289B374A0271003b26
Octal10650233671120474007346
Binary10001101010001001101111011110010100100111100000000111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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