#493692

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

Shades of Blue Gem #493692

Tints of Blue Gem #493692

Color information

#493692 (or 0x493692) is unknown color: approx Blue Gem. HEX triplet: 49, 36 and 92. RGB value is (73,54,146). Sum of RGB (Red+Green+Blue) = 73+54+146=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #493692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493692 is #B6C96D. Grayscale: #454545. Windows color (decimal): -11979118 or 9582153. OLE color: 9582153.

HSL color Cylindrical-coordinate representation of color #493692: hue angle of 252.39º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #493692 is Cyan = 0.5, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7354146-
CMYK0.50.6300.43
HSL252.39º46%39.22%-
HSV(B)252.39º63.01%57.25%-
XYZ9.266.1327.89-
YUV70.17170.79130.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 54 (21.48% from 255) = 19.78%
BLUE value IS 146 (57.42% from 255) = 53.48%
R=26.74%
G=19.78%
B=53.48%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal73541460.50.6300.43252.394639.22
Hex493692323F02Bfc2e27
Octal1116622262770533745647
Binary100100111011010010010110010111111010101111111100101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493692; }

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

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

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

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

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

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

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

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