#493D98

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

Shades of Blue Gem #493D98

Tints of Blue Gem #493D98

Color information

#493D98 (or 0x493D98) is unknown color: approx Blue Gem. HEX triplet: 49, 3D and 98. RGB value is (73,61,152). Sum of RGB (Red+Green+Blue) = 73+61+152=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #493D98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493D98 is #B6C267. Grayscale: #4A4A4A. Windows color (decimal): -11977320 or 9977161. OLE color: 9977161.

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

Color convert

RGB7361152-
CMYK0.520.6000.40
HSL247.91º42.72%41.76%-
HSV(B)247.91º59.87%59.61%-
XYZ10.087.0230.53-
YUV74.96171.48126.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.52%
GREEN value IS 61 (24.22% from 255) = 21.33%
BLUE value IS 152 (59.77% from 255) = 53.15%
R=25.52%
G=21.33%
B=53.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal73611520.520.6000.40247.9142.7241.76
Hex493D98343C028f82b2a
Octal1117523064740503705352
Binary100100111110110011000110100111100010100011111000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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