#493297

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

Shades of Blue Gem #493297

Tints of Blue Gem #493297

Color information

#493297 (or 0x493297) is unknown color: approx Blue Gem. HEX triplet: 49, 32 and 97. RGB value is (73,50,151). Sum of RGB (Red+Green+Blue) = 73+50+151=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 151 (59.38% from 255 or 55.11% from 274); Max value from RGB is 151 - color contains mainly: blue. Hex color #493297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493297 is #B6CD68. Grayscale: #444444. Windows color (decimal): -11980137 or 9908809. OLE color: 9908809.

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

Color convert

RGB7350151-
CMYK0.520.6700.41
HSL253.66º50.25%39.41%-
HSV(B)253.66º66.89%59.22%-
XYZ9.475.9329.92-
YUV68.39174.62131.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 50 (19.92% from 255) = 18.25%
BLUE value IS 151 (59.38% from 255) = 55.11%
R=26.64%
G=18.25%
B=55.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal73501510.520.6700.41253.6650.2539.41
Hex4932973443029fe3227
Octal11162227641030513766247
Binary1001001110010100101111101001000011010100111111110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493297; }

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

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

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

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

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

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

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

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