#494EC4

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

Shades of Free Speech Blue #494EC4

Tints of Free Speech Blue #494EC4

Color information

#494EC4 (or 0x494EC4) is unknown color: approx Free Speech Blue. HEX triplet: 49, 4E and C4. RGB value is (73,78,196). Sum of RGB (Red+Green+Blue) = 73+78+196=347 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.04% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 196 (76.95% from 255 or 56.48% from 347); Max value from RGB is 196 - color contains mainly: blue. Hex color #494EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494EC4 is #B6B13B. Grayscale: #595959. Windows color (decimal): -11972924 or 12865097. OLE color: 12865097.

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

Color convert

RGB7378196-
CMYK0.630.6000.23
HSL237.56º51.04%52.75%-
HSV(B)237.56º62.76%76.86%-
XYZ15.4410.8553.51-
YUV89.96187.84115.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.04%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 196 (76.95% from 255) = 56.48%
R=21.04%
G=22.48%
B=56.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal73781960.630.6000.23237.5651.0452.75
Hex494EC43F3C017ee3335
Octal11111630477740273566365
Binary100100110011101100010011111111110001011111101110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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