#493384

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

Shades of Blue Gem #493384

Tints of Blue Gem #493384

Color information

#493384 (or 0x493384) is unknown color: approx Blue Gem. HEX triplet: 49, 33 and 84. RGB value is (73,51,132). Sum of RGB (Red+Green+Blue) = 73+51+132=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #493384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493384 is #B6CC7B. Grayscale: #424242. Windows color (decimal): -11979900 or 8663881. OLE color: 8663881.

HSL color Cylindrical-coordinate representation of color #493384: hue angle of 256.3º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #493384 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7351132-
CMYK0.450.6100.48
HSL256.3º44.26%35.88%-
HSV(B)256.3º61.36%51.76%-
XYZ8.15.4522.46-
YUV66.81164.79132.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.52%
GREEN value IS 51 (20.31% from 255) = 19.92%
BLUE value IS 132 (51.95% from 255) = 51.56%
R=28.52%
G=19.92%
B=51.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal73511320.450.6100.48256.344.2635.88
Hex4933842D3D0301002c24
Octal1116320455750604005444
Binary1001001110011100001001011011111010110000100000000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493384; }

 p { color: rgb(73,51,132); }

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

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

 a { background-color: rgb(73,51,132); }

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

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

 span { border-color: rgb(73,51,132); }

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