#493F9B

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

Shades of Blue Gem #493F9B

Tints of Blue Gem #493F9B

Color information

#493F9B (or 0x493F9B) is unknown color: approx Blue Gem. HEX triplet: 49, 3F and 9B. RGB value is (73,63,155). Sum of RGB (Red+Green+Blue) = 73+63+155=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #493F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493F9B is #B6C064. Grayscale: #4C4C4C. Windows color (decimal): -11976805 or 10174281. OLE color: 10174281.

HSL color Cylindrical-coordinate representation of color #493F9B: hue angle of 246.52º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #493F9B is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7363155-
CMYK0.530.5900.39
HSL246.52º42.2%42.75%-
HSV(B)246.52º59.35%60.78%-
XYZ10.447.3431.88-
YUV76.48172.31125.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 63 (25% from 255) = 21.65%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=25.09%
G=21.65%
B=53.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73631550.530.5900.39246.5242.242.75
Hex493F9B353B027f72a2b
Octal1117723365730473675253
Binary100100111111110011011110101111011010011111110111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,63,155); }

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

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

 a { background-color: rgb(73,63,155); }

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

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

 span { border-color: rgb(73,63,155); }

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