#493894

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

Shades of Blue Gem #493894

Tints of Blue Gem #493894

Color information

#493894 (or 0x493894) is unknown color: approx Blue Gem. HEX triplet: 49, 38 and 94. RGB value is (73,56,148). Sum of RGB (Red+Green+Blue) = 73+56+148=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 148 (58.20% from 255 or 53.43% from 277); Max value from RGB is 148 - color contains mainly: blue. Hex color #493894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493894 is #B6C76B. Grayscale: #474747. Windows color (decimal): -11978604 or 9713737. OLE color: 9713737.

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

Color convert

RGB7356148-
CMYK0.510.6200.42
HSL251.09º45.1%40%-
HSV(B)251.09º62.16%58.04%-
XYZ9.516.3828.75-
YUV71.57171.13129.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 56 (22.27% from 255) = 20.22%
BLUE value IS 148 (58.20% from 255) = 53.43%
R=26.35%
G=20.22%
B=53.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73561480.510.6200.42251.0945.140
Hex493894333E02Afb2d28
Octal1117022463760523735550
Binary100100111100010010100110011111110010101011111011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493894; }

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

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

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

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

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

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

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

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