#4964BE

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

Shades of Free Speech Blue #4964BE

Tints of Free Speech Blue #4964BE

Color information

#4964BE (or 0x4964BE) is unknown color: approx Free Speech Blue. HEX triplet: 49, 64 and BE. RGB value is (73,100,190). Sum of RGB (Red+Green+Blue) = 73+100+190=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 190 (74.61% from 255 or 52.34% from 363); Max value from RGB is 190 - color contains mainly: blue. Hex color #4964BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4964BE is #B69B41. Grayscale: #656565. Windows color (decimal): -11967298 or 12477513. OLE color: 12477513.

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

Color convert

RGB73100190-
CMYK0.620.4700.25
HSL226.15º47.37%51.57%-
HSV(B)226.15º61.58%74.51%-
XYZ16.614.2550.59-
YUV102.19177.55107.18-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.11%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 190 (74.61% from 255) = 52.34%
R=20.11%
G=27.55%
B=52.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal731001900.620.4700.25226.1547.3751.57
Hex4964BE3E2F019e22f34
Octal11114427676570313425764
Binary100100111001001011111011111010111101100111100010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4964BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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