#493FBF

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

Shades of Free Speech Blue #493FBF

Tints of Free Speech Blue #493FBF

Color information

#493FBF (or 0x493FBF) is unknown color: approx Free Speech Blue. HEX triplet: 49, 3F and BF. RGB value is (73,63,191). Sum of RGB (Red+Green+Blue) = 73+63+191=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #493FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493FBF is #B6C040. Grayscale: #505050. Windows color (decimal): -11976769 or 12533577. OLE color: 12533577.

HSL color Cylindrical-coordinate representation of color #493FBF: hue angle of 244.69º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #493FBF is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7363191-
CMYK0.620.6700.25
HSL244.69º50.39%49.8%-
HSV(B)244.69º67.02%74.9%-
XYZ13.938.7350.24-
YUV80.58190.31122.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.32%
GREEN value IS 63 (25% from 255) = 19.27%
BLUE value IS 191 (75% from 255) = 58.41%
R=22.32%
G=19.27%
B=58.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73631910.620.6700.25244.6950.3949.8
Hex493FBF3E43019f53232
Octal11177277761030313656262
Binary100100111111110111111111110100001101100111110101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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