#493B8F

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

Shades of Blue Gem #493B8F

Tints of Blue Gem #493B8F

Color information

#493B8F (or 0x493B8F) is unknown color: approx Blue Gem. HEX triplet: 49, 3B and 8F. RGB value is (73,59,143). Sum of RGB (Red+Green+Blue) = 73+59+143=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 143 (56.25% from 255 or 52% from 275); Max value from RGB is 143 - color contains mainly: blue. Hex color #493B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493B8F is #B6C470. Grayscale: #484848. Windows color (decimal): -11977841 or 9386825. OLE color: 9386825.

HSL color Cylindrical-coordinate representation of color #493B8F: hue angle of 250º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #493B8F is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7359143-
CMYK0.490.5900.44
HSL250º41.58%39.61%-
HSV(B)250º58.74%56.08%-
XYZ9.276.5326.76-
YUV72.76167.64128.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 59 (23.44% from 255) = 21.45%
BLUE value IS 143 (56.25% from 255) = 52%
R=26.55%
G=21.45%
B=52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73591430.490.5900.4425041.5839.61
Hex493B8F313B02Cfa2a28
Octal1117321761730543725250
Binary100100111101110001111110001111011010110011111010101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,59,143); }

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

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

 a { background-color: rgb(73,59,143); }

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

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

 span { border-color: rgb(73,59,143); }

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