Html Css Color HEX #494097 Blue Gem

📋 copy color: '#494097'

red 73 ◦ green 64 ◦ blue 151

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

Shades of Blue Gem #494097

Tints of Blue Gem #494097

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.22%

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

R = 25.35%
G = 22.22%
B = 52.43%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#494097 (or 0x494097) is known color: Blue Gem. HEX triplet: 49, 40 and 97. RGB value is (73,64,151). Sum of RGB (Red+Green+Blue) = 73+64+151=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #494097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494097 is #B6BF68. Grayscale: #4C4C4C. Windows color (decimal): -11976553 or 9912393. OLE color: 9912393.

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

Color convert

RGB 73 64 151 -
CMYK 0.52 0.58 0 0.41
HSL 246.21º 0.4% 0.42% -
HSV(B) 246.21º 0.58% 0.59% -
XYZ 10.17 7.32 30.15 -
YUV 76.61 169.98 125.43 -
System Red Green Blue C M Y K H S L
Decimal 73 64 151 0.52 0.58 0 0.41 246.21 0.4 0.42
Hex 49 40 97 34 3A 0 29 F6 28 2A
Octal 111 100 227 64 72 0 51 366 50 52
Binary 1001001 1000000 10010111 110100 111010 0 101001 11110110 101000 101010

Color Harmonies of #494097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494097

Black with #494097

Text Example


Text Example

White with #494097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494097; }

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

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

background-color css

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

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

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

border-color css

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

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

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