#494DB9

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

Shades of Free Speech Blue #494DB9

Tints of Free Speech Blue #494DB9

Color information

#494DB9 (or 0x494DB9) is unknown color: approx Free Speech Blue. HEX triplet: 49, 4D and B9. RGB value is (73,77,185). Sum of RGB (Red+Green+Blue) = 73+77+185=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 185 (72.66% from 255 or 55.22% from 335); Max value from RGB is 185 - color contains mainly: blue. Hex color #494DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494DB9 is #B6B246. Grayscale: #575757. Windows color (decimal): -11973191 or 12143945. OLE color: 12143945.

HSL color Cylindrical-coordinate representation of color #494DB9: hue angle of 237.86º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #494DB9 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7377185-
CMYK0.610.5800.27
HSL237.86º44.44%50.59%-
HSV(B)237.86º60.54%72.55%-
XYZ14.1610.2347.13-
YUV88.12182.67117.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 77 (30.47% from 255) = 22.99%
BLUE value IS 185 (72.66% from 255) = 55.22%
R=21.79%
G=22.99%
B=55.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73771850.610.5800.27237.8644.4450.59
Hex494DB93D3A01Bee2c33
Octal11111527175720333565463
Binary100100110011011011100111110111101001101111101110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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