#493484

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

Shades of Blue Gem #493484

Tints of Blue Gem #493484

Color information

#493484 (or 0x493484) is unknown color: approx Blue Gem. HEX triplet: 49, 34 and 84. RGB value is (73,52,132). Sum of RGB (Red+Green+Blue) = 73+52+132=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #493484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493484 is #B6CB7B. Grayscale: #434343. Windows color (decimal): -11979644 or 8664137. OLE color: 8664137.

HSL color Cylindrical-coordinate representation of color #493484: hue angle of 255.75º degrees, saturation: 0.43, 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 #493484 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7352132-
CMYK0.450.6100.48
HSL255.75º43.48%36.08%-
HSV(B)255.75º60.61%51.76%-
XYZ8.145.5422.47-
YUV67.4164.46132-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 28.40%
GREEN value IS 52 (20.70% from 255) = 20.23%
BLUE value IS 132 (51.95% from 255) = 51.36%
R=28.40%
G=20.23%
B=51.36%

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
Decimal73521320.450.6100.48255.7543.4836.08
Hex4934842D3D0301002b24
Octal1116420455750604005344
Binary1001001110100100001001011011111010110000100000000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493484; }

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

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

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

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

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

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

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

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