#494098

Color #494098 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #494098

Tints of Blue Gem #494098

Color information

#494098 (or 0x494098) is unknown color: approx 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

RGB7364152-
CMYK0.520.5800.40
HSL246.14º40.74%42.35%-
HSV(B)246.14º57.89%59.61%-
XYZ10.257.3530.58-
YUV76.72170.48125.34-

RGB Variations

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

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.60%
R=25.26%
G=22.15%
B=52.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73641520.520.5800.40246.1440.7442.35
Hex494098343A028f6292a
Octal11110023064720503665152
Binary1001001100000010011000110100111010010100011110110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>