#493DA5

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

Shades of Blue Gem #493DA5

Tints of Blue Gem #493DA5

Color information

#493DA5 (or 0x493DA5) is unknown color: approx Blue Gem. HEX triplet: 49, 3D and A5. RGB value is (73,61,165). Sum of RGB (Red+Green+Blue) = 73+61+165=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 165 (64.84% from 255 or 55.18% from 299); Max value from RGB is 165 - color contains mainly: blue. Hex color #493DA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493DA5 is #B6C25A. Grayscale: #4C4C4C. Windows color (decimal): -11977307 or 10829129. OLE color: 10829129.

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

Color convert

RGB7361165-
CMYK0.560.6300.35
HSL246.92º46.02%44.31%-
HSV(B)246.92º63.03%64.71%-
XYZ11.217.4736.45-
YUV76.44177.98125.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 61 (24.22% from 255) = 20.40%
BLUE value IS 165 (64.84% from 255) = 55.18%
R=24.41%
G=20.40%
B=55.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73611650.560.6300.35246.9246.0244.31
Hex493DA5383F023f72e2c
Octal1117524570770433675654
Binary100100111110110100101111000111111010001111110111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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