#493DC1

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

Shades of Free Speech Blue #493DC1

Tints of Free Speech Blue #493DC1

Color information

#493DC1 (or 0x493DC1) is unknown color: approx Free Speech Blue. HEX triplet: 49, 3D and C1. RGB value is (73,61,193). Sum of RGB (Red+Green+Blue) = 73+61+193=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 193 (75.78% from 255 or 59.02% from 327); Max value from RGB is 193 - color contains mainly: blue. Hex color #493DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493DC1 is #B6C23E. Grayscale: #4F4F4F. Windows color (decimal): -11977279 or 12664137. OLE color: 12664137.

HSL color Cylindrical-coordinate representation of color #493DC1: hue angle of 245.45º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #493DC1 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7361193-
CMYK0.620.6800.24
HSL245.45º51.97%49.8%-
HSV(B)245.45º68.39%75.69%-
XYZ14.048.651.37-
YUV79.64191.98123.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.32%
GREEN value IS 61 (24.22% from 255) = 18.65%
BLUE value IS 193 (75.78% from 255) = 59.02%
R=22.32%
G=18.65%
B=59.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73611930.620.6800.24245.4551.9749.8
Hex493DC13E44018f53432
Octal11175301761040303656462
Binary100100111110111000001111110100010001100011110101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,61,193); }

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

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

 a { background-color: rgb(73,61,193); }

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

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

 span { border-color: rgb(73,61,193); }

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