#491A9E

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

Shades of Blue Gem #491A9E

Tints of Blue Gem #491A9E

Color information

#491A9E (or 0x491A9E) is unknown color: approx Blue Gem. HEX triplet: 49, 1A and 9E. RGB value is (73,26,158). Sum of RGB (Red+Green+Blue) = 73+26+158=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #491A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491A9E is #B6E561. Grayscale: #363636. Windows color (decimal): -11986274 or 10361417. OLE color: 10361417.

HSL color Cylindrical-coordinate representation of color #491A9E: hue angle of 261.36º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491A9E is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7326158-
CMYK0.540.8400.38
HSL261.36º71.74%36.08%-
HSV(B)261.36º83.54%61.96%-
XYZ9.294.6232.75-
YUV55.1186.07140.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 26 (10.55% from 255) = 10.12%
BLUE value IS 158 (62.11% from 255) = 61.48%
R=28.40%
G=10.12%
B=61.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73261580.540.8400.38261.3671.7436.08
Hex491A9E36540261054824
Octal111322366612404640511044
Binary10010011101010011110110110101010001001101000001011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,26,158); }

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

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

 a { background-color: rgb(73,26,158); }

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

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

 span { border-color: rgb(73,26,158); }

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