#494DCA

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

Shades of Free Speech Blue #494DCA

Tints of Free Speech Blue #494DCA

Color information

#494DCA (or 0x494DCA) is unknown color: approx Free Speech Blue. HEX triplet: 49, 4D and CA. RGB value is (73,77,202). Sum of RGB (Red+Green+Blue) = 73+77+202=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #494DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494DCA is #B6B235. Grayscale: #595959. Windows color (decimal): -11973174 or 13258057. OLE color: 13258057.

HSL color Cylindrical-coordinate representation of color #494DCA: hue angle of 238.14º 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 #494DCA is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7377202-
CMYK0.640.6200.21
HSL238.14º54.89%53.92%-
HSV(B)238.14º63.86%79.22%-
XYZ16.0610.9957.15-
YUV90.05191.17115.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.74%
GREEN value IS 77 (30.47% from 255) = 21.88%
BLUE value IS 202 (79.30% from 255) = 57.39%
R=20.74%
G=21.88%
B=57.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal73772020.640.6200.21238.1454.8953.92
Hex494DCA403E015ee3736
Octal111115312100760253566766
Binary1001001100110111001010100000011111001010111101110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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