#494EC1

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

Shades of Free Speech Blue #494EC1

Tints of Free Speech Blue #494EC1

Color information

#494EC1 (or 0x494EC1) is unknown color: approx Free Speech Blue. HEX triplet: 49, 4E and C1. RGB value is (73,78,193). Sum of RGB (Red+Green+Blue) = 73+78+193=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 193 (75.78% from 255 or 56.10% from 344); Max value from RGB is 193 - color contains mainly: blue. Hex color #494EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494EC1 is #B6B13E. Grayscale: #595959. Windows color (decimal): -11972927 or 12668489. OLE color: 12668489.

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

Color convert

RGB7378193-
CMYK0.620.6000.24
HSL237.5º49.18%52.16%-
HSV(B)237.5º62.18%75.69%-
XYZ15.110.7251.72-
YUV89.62186.34116.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.22%
GREEN value IS 78 (30.86% from 255) = 22.67%
BLUE value IS 193 (75.78% from 255) = 56.10%
R=21.22%
G=22.67%
B=56.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73781930.620.6000.24237.549.1852.16
Hex494EC13E3C018ee3134
Octal11111630176740303566164
Binary100100110011101100000111111011110001100011101110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494EC1; }

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

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

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

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

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

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

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

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