#493FC6

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

Shades of Free Speech Blue #493FC6

Tints of Free Speech Blue #493FC6

Color information

#493FC6 (or 0x493FC6) is unknown color: approx Free Speech Blue. HEX triplet: 49, 3F and C6. RGB value is (73,63,198). Sum of RGB (Red+Green+Blue) = 73+63+198=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 198 (77.73% from 255 or 59.28% from 334); Max value from RGB is 198 - color contains mainly: blue. Hex color #493FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493FC6 is #B6C039. Grayscale: #505050. Windows color (decimal): -11976762 or 12992329. OLE color: 12992329.

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

Color convert

RGB7363198-
CMYK0.630.6800.22
HSL244.44º54.22%51.18%-
HSV(B)244.44º68.18%77.65%-
XYZ14.729.0554.4-
YUV81.38193.81122.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.86%
GREEN value IS 63 (25% from 255) = 18.86%
BLUE value IS 198 (77.73% from 255) = 59.28%
R=21.86%
G=18.86%
B=59.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal73631980.630.6800.22244.4454.2251.18
Hex493FC63F44016f43633
Octal11177306771040263646663
Binary100100111111111000110111111100010001011011110100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,63,198); }

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

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

 a { background-color: rgb(73,63,198); }

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

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

 span { border-color: rgb(73,63,198); }

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