#493583

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

Shades of Blue Gem #493583

Tints of Blue Gem #493583

Color information

#493583 (or 0x493583) is unknown color: approx Blue Gem. HEX triplet: 49, 35 and 83. RGB value is (73,53,131). Sum of RGB (Red+Green+Blue) = 73+53+131=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #493583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493583 is #B6CA7C. Grayscale: #434343. Windows color (decimal): -11979389 or 8598857. OLE color: 8598857.

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

Color convert

RGB7353131-
CMYK0.440.6000.49
HSL255.38º42.39%36.08%-
HSV(B)255.38º59.54%51.37%-
XYZ8.125.622.13-
YUV67.87163.63131.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 53 (21.09% from 255) = 20.62%
BLUE value IS 131 (51.56% from 255) = 50.97%
R=28.40%
G=20.62%
B=50.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73531310.440.6000.49255.3842.3936.08
Hex4935832C3C031ff2a24
Octal1116520354740613775244
Binary100100111010110000011101100111100011000111111111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493583; }

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

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

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

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

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

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

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

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