#493594

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

Shades of Blue Gem #493594

Tints of Blue Gem #493594

Color information

#493594 (or 0x493594) is unknown color: approx Blue Gem. HEX triplet: 49, 35 and 94. RGB value is (73,53,148). Sum of RGB (Red+Green+Blue) = 73+53+148=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #493594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493594 is #B6CA6B. Grayscale: #454545. Windows color (decimal): -11979372 or 9712969. OLE color: 9712969.

HSL color Cylindrical-coordinate representation of color #493594: hue angle of 252.63º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #493594 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7353148-
CMYK0.510.6400.42
HSL252.63º47.26%39.41%-
HSV(B)252.63º64.19%58.04%-
XYZ9.376.128.7-
YUV69.81172.13130.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 53 (21.09% from 255) = 19.34%
BLUE value IS 148 (58.20% from 255) = 54.01%
R=26.64%
G=19.34%
B=54.01%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73531480.510.6400.42252.6347.2639.41
Hex493594334002Afd2f27
Octal11165224631000523755747
Binary1001001110101100101001100111000000010101011111101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493594; }

 p { color: rgb(73,53,148); }

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

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

 a { background-color: rgb(73,53,148); }

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

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

 span { border-color: rgb(73,53,148); }

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