#493BAA

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

Shades of Blue Gem #493BAA

Tints of Blue Gem #493BAA

Color information

#493BAA (or 0x493BAA) is unknown color: approx Blue Gem. HEX triplet: 49, 3B and AA. RGB value is (73,59,170). Sum of RGB (Red+Green+Blue) = 73+59+170=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #493BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493BAA is #B6C455. Grayscale: #4B4B4B. Windows color (decimal): -11977814 or 11156297. OLE color: 11156297.

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

Color convert

RGB7359170-
CMYK0.570.6500.33
HSL247.57º48.47%44.9%-
HSV(B)247.57º65.29%66.67%-
XYZ11.577.4538.86-
YUV75.84181.14125.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 59 (23.44% from 255) = 19.54%
BLUE value IS 170 (66.80% from 255) = 56.29%
R=24.17%
G=19.54%
B=56.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal73591700.570.6500.33247.5748.4744.9
Hex493BAA3941021f8302d
Octal11173252711010413706055
Binary1001001111011101010101110011000001010000111111000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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