#493891

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

Shades of Blue Gem #493891

Tints of Blue Gem #493891

Color information

#493891 (or 0x493891) is unknown color: approx Blue Gem. HEX triplet: 49, 38 and 91. RGB value is (73,56,145). Sum of RGB (Red+Green+Blue) = 73+56+145=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #493891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493891 is #B6C76E. Grayscale: #464646. Windows color (decimal): -11978607 or 9517129. OLE color: 9517129.

HSL color Cylindrical-coordinate representation of color #493891: hue angle of 251.46º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #493891 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7356145-
CMYK0.500.6100.43
HSL251.46º44.28%39.41%-
HSV(B)251.46º61.38%56.86%-
XYZ9.276.2927.51-
YUV71.23169.63129.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 56 (22.27% from 255) = 20.44%
BLUE value IS 145 (57.03% from 255) = 52.92%
R=26.64%
G=20.44%
B=52.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73561450.500.6100.43251.4644.2839.41
Hex493891323D02Bfb2c27
Octal1117022162750533735447
Binary100100111100010010001110010111101010101111111011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493891; }

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

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

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

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

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

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

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

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