#493A98

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

Shades of Blue Gem #493A98

Tints of Blue Gem #493A98

Color information

#493A98 (or 0x493A98) is unknown color: approx Blue Gem. HEX triplet: 49, 3A and 98. RGB value is (73,58,152). Sum of RGB (Red+Green+Blue) = 73+58+152=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #493A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493A98 is #B6C567. Grayscale: #484848. Windows color (decimal): -11978088 or 9976393. OLE color: 9976393.

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

Color convert

RGB7358152-
CMYK0.520.6200.40
HSL249.57º44.76%41.18%-
HSV(B)249.57º61.84%59.61%-
XYZ9.936.7130.48-
YUV73.2172.47127.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.80%
GREEN value IS 58 (23.05% from 255) = 20.49%
BLUE value IS 152 (59.77% from 255) = 53.71%
R=25.80%
G=20.49%
B=53.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73581520.520.6200.40249.5744.7641.18
Hex493A98343E028fa2d29
Octal1117223064760503725551
Binary100100111101010011000110100111110010100011111010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493A98; }

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

 H1.HeaderClassName
 {
   color: #493A98;
 }
 .AnyTagClassName
 {
   color: #493A98;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #493A98;
 }
 .BgClassName
 {
   background-color: #493A98;
 }
</style>
border-color css

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

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

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