#4940BE

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

Shades of Free Speech Blue #4940BE

Tints of Free Speech Blue #4940BE

Color information

#4940BE (or 0x4940BE) is unknown color: approx Free Speech Blue. HEX triplet: 49, 40 and BE. RGB value is (73,64,190). Sum of RGB (Red+Green+Blue) = 73+64+190=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #4940BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4940BE is #B6BF41. Grayscale: #505050. Windows color (decimal): -11976514 or 12468297. OLE color: 12468297.

HSL color Cylindrical-coordinate representation of color #4940BE: hue angle of 244.29º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4940BE is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7364190-
CMYK0.620.6600.25
HSL244.29º49.61%49.8%-
HSV(B)244.29º66.32%74.51%-
XYZ13.888.849.68-
YUV81.05189.48122.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.32%
GREEN value IS 64 (25.39% from 255) = 19.57%
BLUE value IS 190 (74.61% from 255) = 58.10%
R=22.32%
G=19.57%
B=58.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73641900.620.6600.25244.2949.6149.8
Hex4940BE3E42019f43232
Octal111100276761020313646262
Binary1001001100000010111110111110100001001100111110100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4940BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4940BE; }

 p { color: rgb(73,64,190); }

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

<style>
 a { background-color: #4940BE; }

 a { background-color: rgb(73,64,190); }

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

<style>
 span { border-color: #4940BE; }

 span { border-color: rgb(73,64,190); }

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