#463289

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

Shades of Blue Gem #463289

Tints of Blue Gem #463289

Color information

#463289 (or 0x463289) is unknown color: approx Blue Gem. HEX triplet: 46, 32 and 89. RGB value is (70,50,137). Sum of RGB (Red+Green+Blue) = 70+50+137=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #463289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463289 is #B9CD76. Grayscale: #414141. Windows color (decimal): -12176759 or 8991302. OLE color: 8991302.

HSL color Cylindrical-coordinate representation of color #463289: hue angle of 253.79º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #463289 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7050137-
CMYK0.490.6400.46
HSL253.79º46.52%36.67%-
HSV(B)253.79º63.5%53.73%-
XYZ8.185.3924.28-
YUV65.9168.13130.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 50 (19.92% from 255) = 19.46%
BLUE value IS 137 (53.91% from 255) = 53.31%
R=27.24%
G=19.46%
B=53.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70501370.490.6400.46253.7946.5236.67
Hex463289314002Efe2f25
Octal10662211611000563765745
Binary1000110110010100010011100011000000010111011111110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463289; }

 p { color: rgb(70,50,137); }

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

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

 a { background-color: rgb(70,50,137); }

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

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

 span { border-color: rgb(70,50,137); }

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