Html Css Color HEX #494098 Blue Gem

📋 copy color: '#494098'

red 73 ◦ green 64 ◦ blue 152

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

Shades of Blue Gem #494098

Tints of Blue Gem #494098

RGB

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

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

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

R = 25.26%
G = 22.15%
B = 52.6%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#494098 (or 0x494098) is known color: Blue Gem. HEX triplet: 49, 40 and 98. RGB value is (73,64,152). Sum of RGB (Red+Green+Blue) = 73+64+152=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 152 (59.77% from 255 or 52.60% from 289); Max value from RGB is 152 - color contains mainly: blue. Hex color #494098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494098 is #B6BF67. Grayscale: #4C4C4C. Windows color (decimal): -11976552 or 9977929. OLE color: 9977929.

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

Color convert

RGB 73 64 152 -
CMYK 0.52 0.58 0 0.40
HSL 246.14º 0.41% 0.42% -
HSV(B) 246.14º 0.58% 0.6% -
XYZ 10.25 7.35 30.58 -
YUV 76.72 170.48 125.34 -
System Red Green Blue C M Y K H S L
Decimal 73 64 152 0.52 0.58 0 0.40 246.14 0.41 0.42
Hex 49 40 98 34 3A 0 28 F6 29 2A
Octal 111 100 230 64 72 0 50 366 51 52
Binary 1001001 1000000 10011000 110100 111010 0 101000 11110110 101001 101010

Color Harmonies of #494098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494098

Black with #494098

Text Example


Text Example

White with #494098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494098; }

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

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

background-color css

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

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

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

border-color css

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

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

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