#494198

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

Shades of Blue Gem #494198

Tints of Blue Gem #494198

Color information

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

RGB7365152-
CMYK0.520.5700.40
HSL245.52º40.09%42.55%-
HSV(B)245.52º57.24%59.61%-
XYZ10.317.4630.6-
YUV77.31170.15124.93-

RGB Variations

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

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 (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73651520.520.5700.40245.5240.0942.55
Hex4941983439028f6282b
Octal11110123064710503665053
Binary1001001100000110011000110100111001010100011110110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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