#493495

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

Shades of Blue Gem #493495

Tints of Blue Gem #493495

Color information

#493495 (or 0x493495) is unknown color: approx Blue Gem. HEX triplet: 49, 34 and 95. RGB value is (73,52,149). Sum of RGB (Red+Green+Blue) = 73+52+149=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #493495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493495 is #B6CB6A. Grayscale: #444444. Windows color (decimal): -11979627 or 9778249. OLE color: 9778249.

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

Color convert

RGB7352149-
CMYK0.510.6500.42
HSL252.99º48.26%39.41%-
HSV(B)252.99º65.1%58.43%-
XYZ9.46.0429.1-
YUV69.34172.96130.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 52 (20.70% from 255) = 18.98%
BLUE value IS 149 (58.59% from 255) = 54.38%
R=26.64%
G=18.98%
B=54.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73521490.510.6500.42252.9948.2639.41
Hex493495334102Afd3027
Octal11164225631010523756047
Binary1001001110100100101011100111000001010101011111101110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493495; }

 p { color: rgb(73,52,149); }

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

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

 a { background-color: rgb(73,52,149); }

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

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

 span { border-color: rgb(73,52,149); }

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