#493682

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

Shades of Blue Gem #493682

Tints of Blue Gem #493682

Color information

#493682 (or 0x493682) is unknown color: approx Blue Gem. HEX triplet: 49, 36 and 82. RGB value is (73,54,130). Sum of RGB (Red+Green+Blue) = 73+54+130=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #493682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493682 is #B6C97D. Grayscale: #444444. Windows color (decimal): -11979134 or 8533577. OLE color: 8533577.

HSL color Cylindrical-coordinate representation of color #493682: hue angle of 255º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #493682 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7354130-
CMYK0.440.5800.49
HSL255º41.3%36.08%-
HSV(B)255º58.46%50.98%-
XYZ8.15.6721.79-
YUV68.34162.79131.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 54 (21.48% from 255) = 21.01%
BLUE value IS 130 (51.17% from 255) = 50.58%
R=28.40%
G=21.01%
B=50.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73541300.440.5800.4925541.336.08
Hex4936822C3A031ff2924
Octal1116620254720613775144
Binary100100111011010000010101100111010011000111111111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493682; }

 p { color: rgb(73,54,130); }

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

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

 a { background-color: rgb(73,54,130); }

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

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

 span { border-color: rgb(73,54,130); }

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