#493EAA

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

Shades of Blue Gem #493EAA

Tints of Blue Gem #493EAA

Color information

#493EAA (or 0x493EAA) is unknown color: approx Blue Gem. HEX triplet: 49, 3E and AA. RGB value is (73,62,170). Sum of RGB (Red+Green+Blue) = 73+62+170=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 62 (24.61% from 255 or 20.33% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #493EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493EAA is #B6C155. Grayscale: #4D4D4D. Windows color (decimal): -11977046 or 11157065. OLE color: 11157065.

HSL color Cylindrical-coordinate representation of color #493EAA: hue angle of 246.11º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #493EAA is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7362170-
CMYK0.570.6400.33
HSL246.11º46.55%45.49%-
HSV(B)246.11º63.53%66.67%-
XYZ11.737.7638.91-
YUV77.6180.14124.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 62 (24.61% from 255) = 20.33%
BLUE value IS 170 (66.80% from 255) = 55.74%
R=23.93%
G=20.33%
B=55.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73621700.570.6400.33246.1146.5545.49
Hex493EAA3940021f62f2d
Octal11176252711000413665755
Binary1001001111110101010101110011000000010000111110110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493EAA; }

 p { color: rgb(73,62,170); }

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

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

 a { background-color: rgb(73,62,170); }

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

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

 span { border-color: rgb(73,62,170); }

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