Html Css Color HEX #494197 Blue Gem

📋 copy color: '#494197'

red 73 ◦ green 65 ◦ blue 151

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

Shades of Blue Gem #494197

Tints of Blue Gem #494197

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.49%

 BLUE value IS 151 (59.38% from 255) = 52.25%

R = 25.26%
G = 22.49%
B = 52.25%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#494197 (or 0x494197) is known color: Blue Gem. HEX triplet: 49, 41 and 97. RGB value is (73,65,151). Sum of RGB (Red+Green+Blue) = 73+65+151=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #494197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494197 is #B6BE68. Grayscale: #4C4C4C. Windows color (decimal): -11976297 or 9912649. OLE color: 9912649.

HSL color Cylindrical-coordinate representation of color #494197: hue angle of 245.58º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #494197 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 65 151 -
CMYK 0.52 0.57 0 0.41
HSL 245.58º 0.4% 0.42% -
HSV(B) 245.58º 0.57% 0.59% -
XYZ 10.22 7.43 30.17 -
YUV 77.2 169.65 125.01 -
System Red Green Blue C M Y K H S L
Decimal 73 65 151 0.52 0.57 0 0.41 245.58 0.4 0.42
Hex 49 41 97 34 39 0 29 F6 28 2A
Octal 111 101 227 64 71 0 51 366 50 52
Binary 1001001 1000001 10010111 110100 111001 0 101001 11110110 101000 101010

Color Harmonies of #494197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494197

Black with #494197

Text Example


Text Example

White with #494197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494197; }

 p { color: rgb(73,65,151); }

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

background-color css

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

 a { background-color: rgb(73,65,151); }

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

border-color css

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

 span { border-color: rgb(73,65,151); }

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