#493BAC

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

Shades of Blue Gem #493BAC

Tints of Blue Gem #493BAC

Color information

#493BAC (or 0x493BAC) is unknown color: approx Blue Gem. HEX triplet: 49, 3B and AC. RGB value is (73,59,172). Sum of RGB (Red+Green+Blue) = 73+59+172=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #493BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493BAC is #B6C453. Grayscale: #4B4B4B. Windows color (decimal): -11977812 or 11287369. OLE color: 11287369.

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

Color convert

RGB7359172-
CMYK0.580.6600.33
HSL247.43º48.92%45.29%-
HSV(B)247.43º65.7%67.45%-
XYZ11.767.5239.86-
YUV76.07182.14125.81-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 59 (23.44% from 255) = 19.41%
BLUE value IS 172 (67.58% from 255) = 56.58%
R=24.01%
G=19.41%
B=56.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73591720.580.6600.33247.4348.9245.29
Hex493BAC3A42021f7312d
Octal11173254721020413676155
Binary1001001111011101011001110101000010010000111110111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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