#494EBD

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

Shades of Free Speech Blue #494EBD

Tints of Free Speech Blue #494EBD

Color information

#494EBD (or 0x494EBD) is unknown color: approx Free Speech Blue. HEX triplet: 49, 4E and BD. RGB value is (73,78,189). Sum of RGB (Red+Green+Blue) = 73+78+189=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #494EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494EBD is #B6B142. Grayscale: #585858. Windows color (decimal): -11972931 or 12406345. OLE color: 12406345.

HSL color Cylindrical-coordinate representation of color #494EBD: hue angle of 237.41º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #494EBD is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7378189-
CMYK0.610.5900.26
HSL237.41º46.77%51.37%-
HSV(B)237.41º61.38%74.12%-
XYZ14.6610.5449.41-
YUV89.16184.34116.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.47%
GREEN value IS 78 (30.86% from 255) = 22.94%
BLUE value IS 189 (74.22% from 255) = 55.59%
R=21.47%
G=22.94%
B=55.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal73781890.610.5900.26237.4146.7751.37
Hex494EBD3D3B01Aed2f33
Octal11111627575730323555763
Binary100100110011101011110111110111101101101011101101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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