#493EC5

Color #493EC5 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #493EC5

Tints of Free Speech Blue #493EC5

Color information

#493EC5 (or 0x493EC5) is unknown color: approx Free Speech Blue. HEX triplet: 49, 3E and C5. RGB value is (73,62,197). Sum of RGB (Red+Green+Blue) = 73+62+197=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 197 (77.34% from 255 or 59.34% from 332); Max value from RGB is 197 - color contains mainly: blue. Hex color #493EC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493EC5 is #B6C13A. Grayscale: #505050. Windows color (decimal): -11977019 or 12926537. OLE color: 12926537.

HSL color Cylindrical-coordinate representation of color #493EC5: hue angle of 244.89º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #493EC5 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7362197-
CMYK0.630.6900.23
HSL244.89º53.78%50.78%-
HSV(B)244.89º68.53%77.25%-
XYZ14.558.8953.77-
YUV80.68193.64122.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.99%
GREEN value IS 62 (24.61% from 255) = 18.67%
BLUE value IS 197 (77.34% from 255) = 59.34%
R=21.99%
G=18.67%
B=59.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal73621970.630.6900.23244.8953.7850.78
Hex493EC53F45017f53633
Octal11176305771050273656663
Binary100100111111011000101111111100010101011111110101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493EC5; }

 p { color: rgb(73,62,197); }

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

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

 a { background-color: rgb(73,62,197); }

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

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

 span { border-color: rgb(73,62,197); }

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