#493582

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

Shades of Blue Gem #493582

Tints of Blue Gem #493582

Color information

#493582 (or 0x493582) is unknown color: approx Blue Gem. HEX triplet: 49, 35 and 82. RGB value is (73,53,130). Sum of RGB (Red+Green+Blue) = 73+53+130=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #493582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493582 is #B6CA7D. Grayscale: #434343. Windows color (decimal): -11979390 or 8533321. OLE color: 8533321.

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

Color convert

RGB7353130-
CMYK0.440.5900.49
HSL255.58º42.08%35.88%-
HSV(B)255.58º59.23%50.98%-
XYZ8.055.5721.77-
YUV67.76163.13131.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 130 (51.17% from 255) = 50.78%
R=28.52%
G=20.70%
B=50.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73531300.440.5900.49255.5842.0835.88
Hex4935822C3B0311002a24
Octal1116520254730614005244
Binary1001001110101100000101011001110110110001100000000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493582; }

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

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

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

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

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

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

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

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