Html Css Color HEX #491D9E Blue Gem

📋 copy color: '#491D9E'

red 73 ◦ green 29 ◦ blue 158

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

Shades of Blue Gem #491D9E

Tints of Blue Gem #491D9E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.15%

 BLUE value IS 158 (62.11% from 255) = 60.77%

R = 28.08%
G = 11.15%
B = 60.77%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#491D9E (or 0x491D9E) is known color: Blue Gem. HEX triplet: 49, 1D and 9E. RGB value is (73,29,158). Sum of RGB (Red+Green+Blue) = 73+29+158=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 158 (62.11% from 255 or 60.77% from 260); Max value from RGB is 158 - color contains mainly: blue. Hex color #491D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491D9E is #B6E261. Grayscale: #383838. Windows color (decimal): -11985506 or 10362185. OLE color: 10362185.

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

Color convert

RGB 73 29 158 -
CMYK 0.54 0.82 0 0.38
HSL 260.47º 0.69% 0.37% -
HSV(B) 260.47º 0.82% 0.62% -
XYZ 9.36 4.76 32.77 -
YUV 56.86 185.08 139.51 -
System Red Green Blue C M Y K H S L
Decimal 73 29 158 0.54 0.82 0 0.38 260.47 0.69 0.37
Hex 49 1D 9E 36 52 0 26 104 45 25
Octal 111 35 236 66 122 0 46 404 105 45
Binary 1001001 11101 10011110 110110 1010010 0 100110 100000100 1000101 100101

Color Harmonies of #491D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491D9E

Black with #491D9E

Text Example


Text Example

White with #491D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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