#494BB9

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

Shades of Free Speech Blue #494BB9

Tints of Free Speech Blue #494BB9

Color information

#494BB9 (or 0x494BB9) is unknown color: approx Free Speech Blue. HEX triplet: 49, 4B and B9. RGB value is (73,75,185). Sum of RGB (Red+Green+Blue) = 73+75+185=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 185 (72.66% from 255 or 55.56% from 333); Max value from RGB is 185 - color contains mainly: blue. Hex color #494BB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494BB9 is #B6B446. Grayscale: #565656. Windows color (decimal): -11973703 or 12143433. OLE color: 12143433.

HSL color Cylindrical-coordinate representation of color #494BB9: hue angle of 238.93º 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 #494BB9 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7375185-
CMYK0.610.5900.27
HSL238.93º44.44%50.59%-
HSV(B)238.93º60.54%72.55%-
XYZ14.029.9547.08-
YUV86.94183.34118.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.92%
GREEN value IS 75 (29.69% from 255) = 22.52%
BLUE value IS 185 (72.66% from 255) = 55.56%
R=21.92%
G=22.52%
B=55.56%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73751850.610.5900.27238.9344.4450.59
Hex494BB93D3B01Bef2c33
Octal11111327175730333575463
Binary100100110010111011100111110111101101101111101111101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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