#463191

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

Shades of Blue Gem #463191

Tints of Blue Gem #463191

Color information

#463191 (or 0x463191) is unknown color: approx Blue Gem. HEX triplet: 46, 31 and 91. RGB value is (70,49,145). Sum of RGB (Red+Green+Blue) = 70+49+145=264 (34% of max value = 765). Red value is 70 (27.73% from 255 or 26.52% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #463191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463191 is #B9CE6E. Grayscale: #414141. Windows color (decimal): -12177007 or 9515334. OLE color: 9515334.

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

Color convert

RGB7049145-
CMYK0.520.6600.43
HSL253.12º49.48%38.04%-
HSV(B)253.12º66.21%56.86%-
XYZ8.735.5427.4-
YUV66.22172.46130.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.52%
GREEN value IS 49 (19.53% from 255) = 18.56%
BLUE value IS 145 (57.03% from 255) = 54.92%
R=26.52%
G=18.56%
B=54.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70491450.520.6600.43253.1249.4838.04
Hex463191344202Bfd3126
Octal10661221641020533756146
Binary1000110110001100100011101001000010010101111111101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463191; }

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

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

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

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

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

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

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

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