#494ECA

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

Shades of Free Speech Blue #494ECA

Tints of Free Speech Blue #494ECA

Color information

#494ECA (or 0x494ECA) is unknown color: approx Free Speech Blue. HEX triplet: 49, 4E and CA. RGB value is (73,78,202). Sum of RGB (Red+Green+Blue) = 73+78+202=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #494ECA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494ECA is #B6B135. Grayscale: #5A5A5A. Windows color (decimal): -11972918 or 13258313. OLE color: 13258313.

HSL color Cylindrical-coordinate representation of color #494ECA: hue angle of 237.67º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #494ECA is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7378202-
CMYK0.640.6100.21
HSL237.67º54.89%53.92%-
HSV(B)237.67º63.86%79.22%-
XYZ16.1311.1357.18-
YUV90.64190.84115.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.68%
GREEN value IS 78 (30.86% from 255) = 22.10%
BLUE value IS 202 (79.30% from 255) = 57.22%
R=20.68%
G=22.10%
B=57.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal73782020.640.6100.21237.6754.8953.92
Hex494ECA403D015ee3736
Octal111116312100750253566766
Binary1001001100111011001010100000011110101010111101110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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