#493588

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

Shades of Blue Gem #493588

Tints of Blue Gem #493588

Color information

#493588 (or 0x493588) is unknown color: approx Blue Gem. HEX triplet: 49, 35 and 88. RGB value is (73,53,136). Sum of RGB (Red+Green+Blue) = 73+53+136=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #493588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493588 is #B6CA77. Grayscale: #444444. Windows color (decimal): -11979384 or 8926537. OLE color: 8926537.

HSL color Cylindrical-coordinate representation of color #493588: hue angle of 254.46º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #493588 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7353136-
CMYK0.460.6100.47
HSL254.46º43.92%37.06%-
HSV(B)254.46º61.03%53.33%-
XYZ8.465.7423.95-
YUV68.44166.13131.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.86%
GREEN value IS 53 (21.09% from 255) = 20.23%
BLUE value IS 136 (53.52% from 255) = 51.91%
R=27.86%
G=20.23%
B=51.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73531360.460.6100.47254.4643.9237.06
Hex4935882E3D02Ffe2c25
Octal1116521056750573765445
Binary100100111010110001000101110111101010111111111110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493588; }

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

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

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

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

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

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

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

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