#493897

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

Shades of Blue Gem #493897

Tints of Blue Gem #493897

Color information

#493897 (or 0x493897) is unknown color: approx Blue Gem. HEX triplet: 49, 38 and 97. RGB value is (73,56,151). Sum of RGB (Red+Green+Blue) = 73+56+151=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 151 (59.38% from 255 or 53.93% from 280); Max value from RGB is 151 - color contains mainly: blue. Hex color #493897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493897 is #B6C768. Grayscale: #474747. Windows color (decimal): -11978601 or 9910345. OLE color: 9910345.

HSL color Cylindrical-coordinate representation of color #493897: hue angle of 250.74º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493897 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7356151-
CMYK0.520.6300.41
HSL250.74º45.89%40.59%-
HSV(B)250.74º62.91%59.22%-
XYZ9.756.4830.02-
YUV71.91172.63128.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 56 (22.27% from 255) = 20%
BLUE value IS 151 (59.38% from 255) = 53.93%
R=26.07%
G=20%
B=53.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73561510.520.6300.41250.7445.8940.59
Hex493897343F029fb2e29
Octal1117022764770513735651
Binary100100111100010010111110100111111010100111111011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493897; }

 p { color: rgb(73,56,151); }

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

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

 a { background-color: rgb(73,56,151); }

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

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

 span { border-color: rgb(73,56,151); }

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