Html Css Color HEX #494198 Blue Gem

📋 copy color: '#494198'

red 73 ◦ green 65 ◦ blue 152

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

Shades of Blue Gem #494198

Tints of Blue Gem #494198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.41%

R = 25.17%
G = 22.41%
B = 52.41%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#494198 (or 0x494198) is known color: Blue Gem. HEX triplet: 49, 41 and 98. RGB value is (73,65,152). Sum of RGB (Red+Green+Blue) = 73+65+152=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #494198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494198 is #B6BE67. Grayscale: #4C4C4C. Windows color (decimal): -11976296 or 9978185. OLE color: 9978185.

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

Color convert

RGB 73 65 152 -
CMYK 0.52 0.57 0 0.40
HSL 245.52º 0.4% 0.43% -
HSV(B) 245.52º 0.57% 0.6% -
XYZ 10.31 7.46 30.6 -
YUV 77.31 170.15 124.93 -
System Red Green Blue C M Y K H S L
Decimal 73 65 152 0.52 0.57 0 0.40 245.52 0.4 0.43
Hex 49 41 98 34 39 0 28 F6 28 2B
Octal 111 101 230 64 71 0 50 366 50 53
Binary 1001001 1000001 10011000 110100 111001 0 101000 11110110 101000 101011

Color Harmonies of #494198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494198

Black with #494198

Text Example


Text Example

White with #494198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494198; }

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

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

background-color css

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

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

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

border-color css

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

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

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