#491E9A

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

Shades of Blue Gem #491E9A

Tints of Blue Gem #491E9A

Color information

#491E9A (or 0x491E9A) is unknown color: approx Blue Gem. HEX triplet: 49, 1E and 9A. RGB value is (73,30,154). Sum of RGB (Red+Green+Blue) = 73+30+154=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 154 (60.55% from 255 or 59.92% from 257); Max value from RGB is 154 - color contains mainly: blue. Hex color #491E9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491E9A is #B6E165. Grayscale: #383838. Windows color (decimal): -11985254 or 10100297. OLE color: 10100297.

HSL color Cylindrical-coordinate representation of color #491E9A: hue angle of 260.81º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #491E9A is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7330154-
CMYK0.530.8100.40
HSL260.81º67.39%36.08%-
HSV(B)260.81º80.52%60.39%-
XYZ9.044.6831-
YUV56.99182.75139.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 30 (12.11% from 255) = 11.67%
BLUE value IS 154 (60.55% from 255) = 59.92%
R=28.40%
G=11.67%
B=59.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73301540.530.8100.40260.8167.3936.08
Hex491E9A35510281054324
Octal111362326512105040510344
Binary10010011111010011010110101101000101010001000001011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491E9A; }

 p { color: rgb(73,30,154); }

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

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

 a { background-color: rgb(73,30,154); }

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

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

 span { border-color: rgb(73,30,154); }

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