Html Css Color HEX #491DA5 Blue Gem

📋 copy color: '#491DA5'

red 73 ◦ green 29 ◦ blue 165

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

Shades of Blue Gem #491DA5

Tints of Blue Gem #491DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 61.8%

R = 27.34%
G = 10.86%
B = 61.8%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#491DA5 (or 0x491DA5) is known color: Blue Gem. HEX triplet: 49, 1D and A5. RGB value is (73,29,165). Sum of RGB (Red+Green+Blue) = 73+29+165=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 165 (64.84% from 255 or 61.80% from 267); Max value from RGB is 165 - color contains mainly: blue. Hex color #491DA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491DA5 is #B6E25A. Grayscale: #393939. Windows color (decimal): -11985499 or 10820937. OLE color: 10820937.

HSL color Cylindrical-coordinate representation of color #491DA5: hue angle of 259.41º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491DA5 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 29 165 -
CMYK 0.56 0.82 0 0.35
HSL 259.41º 0.7% 0.38% -
HSV(B) 259.41º 0.82% 0.65% -
XYZ 9.98 5.01 36.04 -
YUV 57.66 188.58 138.94 -
System Red Green Blue C M Y K H S L
Decimal 73 29 165 0.56 0.82 0 0.35 259.41 0.7 0.38
Hex 49 1D A5 38 52 0 23 103 46 26
Octal 111 35 245 70 122 0 43 403 106 46
Binary 1001001 11101 10100101 111000 1010010 0 100011 100000011 1000110 100110

Color Harmonies of #491DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491DA5

Black with #491DA5

Text Example


Text Example

White with #491DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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