#463391

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

Shades of Blue Gem #463391

Tints of Blue Gem #463391

Color information

#463391 (or 0x463391) is unknown color: approx Blue Gem. HEX triplet: 46, 33 and 91. RGB value is (70,51,145). Sum of RGB (Red+Green+Blue) = 70+51+145=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #463391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463391 is #B9CC6E. Grayscale: #434343. Windows color (decimal): -12176495 or 9515846. OLE color: 9515846.

HSL color Cylindrical-coordinate representation of color #463391: hue angle of 252.13º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #463391 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7051145-
CMYK0.520.6500.43
HSL252.13º47.96%38.43%-
HSV(B)252.13º64.83%56.86%-
XYZ8.825.7127.43-
YUV67.4171.79129.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.32%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 145 (57.03% from 255) = 54.51%
R=26.32%
G=19.17%
B=54.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70511450.520.6500.43252.1347.9638.43
Hex463391344102Bfc3026
Octal10663221641010533746046
Binary1000110110011100100011101001000001010101111111100110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463391; }

 p { color: rgb(70,51,145); }

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

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

 a { background-color: rgb(70,51,145); }

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

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

 span { border-color: rgb(70,51,145); }

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