#493785

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

Shades of Blue Gem #493785

Tints of Blue Gem #493785

Color information

#493785 (or 0x493785) is unknown color: approx Blue Gem. HEX triplet: 49, 37 and 85. RGB value is (73,55,133). Sum of RGB (Red+Green+Blue) = 73+55+133=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #493785 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493785 is #B6C87A. Grayscale: #444444. Windows color (decimal): -11978875 or 8730441. OLE color: 8730441.

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

Color convert

RGB7355133-
CMYK0.450.5900.48
HSL253.85º41.49%36.86%-
HSV(B)253.85º58.65%52.16%-
XYZ8.355.8422.88-
YUV69.27163.96130.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.97%
GREEN value IS 55 (21.88% from 255) = 21.07%
BLUE value IS 133 (52.34% from 255) = 50.96%
R=27.97%
G=21.07%
B=50.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73551330.450.5900.48253.8541.4936.86
Hex4937852D3B030fe2925
Octal1116720555730603765145
Binary100100111011110000101101101111011011000011111110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493785; }

 p { color: rgb(73,55,133); }

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

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

 a { background-color: rgb(73,55,133); }

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

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

 span { border-color: rgb(73,55,133); }

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