#493EA5

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

Shades of Blue Gem #493EA5

Tints of Blue Gem #493EA5

Color information

#493EA5 (or 0x493EA5) is unknown color: approx Blue Gem. HEX triplet: 49, 3E and A5. RGB value is (73,62,165). Sum of RGB (Red+Green+Blue) = 73+62+165=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 62 (24.61% from 255 or 20.67% from 300); Blue value is 165 (64.84% from 255 or 55% from 300); Max value from RGB is 165 - color contains mainly: blue. Hex color #493EA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493EA5 is #B6C15A. Grayscale: #4C4C4C. Windows color (decimal): -11977051 or 10829385. OLE color: 10829385.

HSL color Cylindrical-coordinate representation of color #493EA5: hue angle of 246.41º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #493EA5 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB7362165-
CMYK0.560.6200.35
HSL246.41º45.37%44.51%-
HSV(B)246.41º62.42%64.71%-
XYZ11.267.5836.47-
YUV77.03177.64125.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.33%
GREEN value IS 62 (24.61% from 255) = 20.67%
BLUE value IS 165 (64.84% from 255) = 55%
R=24.33%
G=20.67%
B=55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73621650.560.6200.35246.4145.3744.51
Hex493EA5383E023f62d2d
Octal1117624570760433665555
Binary100100111111010100101111000111110010001111110110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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