Html Css Color HEX #491EA0 Blue Gem

📋 copy color: '#491EA0'

red 73 ◦ green 30 ◦ blue 160

#491EA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #491EA0

Tints of Blue Gem #491EA0

RGB

 RED value IS 73 (28.91% from 255) = 27.76%

 GREEN value IS 30 (12.11% from 255) = 11.41%

 BLUE value IS 160 (62.89% from 255) = 60.84%

R = 27.76%
G = 11.41%
B = 60.84%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#491EA0 (or 0x491EA0) is known color: Blue Gem. HEX triplet: 49, 1E and A0. RGB value is (73,30,160). Sum of RGB (Red+Green+Blue) = 73+30+160=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 160 (62.89% from 255 or 60.84% from 263); Max value from RGB is 160 - color contains mainly: blue. Hex color #491EA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491EA0 is #B6E15F. Grayscale: #393939. Windows color (decimal): -11985248 or 10493513. OLE color: 10493513.

HSL color Cylindrical-coordinate representation of color #491EA0: hue angle of 259.85º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #491EA0 is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 30 160 -
CMYK 0.54 0.81 0 0.37
HSL 259.85º 0.68% 0.37% -
HSV(B) 259.85º 0.81% 0.63% -
XYZ 9.56 4.88 33.7 -
YUV 57.68 185.75 138.93 -
System Red Green Blue C M Y K H S L
Decimal 73 30 160 0.54 0.81 0 0.37 259.85 0.68 0.37
Hex 49 1E A0 36 51 0 25 104 44 25
Octal 111 36 240 66 121 0 45 404 104 45
Binary 1001001 11110 10100000 110110 1010001 0 100101 100000100 1000100 100101

Color Harmonies of #491EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491EA0

Black with #491EA0

Text Example


Text Example

White with #491EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #491EA0;
 }
 .AnyTagClassName
 {
   color: #491EA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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