Html Css Color HEX #494196 Blue Gem

📋 copy color: '#494196'

red 73 ◦ green 65 ◦ blue 150

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

Shades of Blue Gem #494196

Tints of Blue Gem #494196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 52.08%

R = 25.35%
G = 22.57%
B = 52.08%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#494196 (or 0x494196) is known color: Blue Gem. HEX triplet: 49, 41 and 96. RGB value is (73,65,150). Sum of RGB (Red+Green+Blue) = 73+65+150=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #494196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494196 is #B6BE69. Grayscale: #4C4C4C. Windows color (decimal): -11976298 or 9847113. OLE color: 9847113.

HSL color Cylindrical-coordinate representation of color #494196: hue angle of 245.65º 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 #494196 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 73 65 150 -
CMYK 0.51 0.57 0 0.41
HSL 245.65º 0.4% 0.42% -
HSV(B) 245.65º 0.57% 0.59% -
XYZ 10.14 7.4 29.75 -
YUV 77.08 169.15 125.09 -
System Red Green Blue C M Y K H S L
Decimal 73 65 150 0.51 0.57 0 0.41 245.65 0.4 0.42
Hex 49 41 96 33 39 0 29 F6 28 2A
Octal 111 101 226 63 71 0 51 366 50 52
Binary 1001001 1000001 10010110 110011 111001 0 101001 11110110 101000 101010

Color Harmonies of #494196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494196

Black with #494196

Text Example


Text Example

White with #494196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494196; }

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

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

background-color css

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

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

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

border-color css

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

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

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