#4E64BF

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

Shades of Free Speech Blue #4E64BF

Tints of Free Speech Blue #4E64BF

Color information

#4E64BF (or 0x4E64BF) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 64 and BF. RGB value is (78,100,191). Sum of RGB (Red+Green+Blue) = 78+100+191=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E64BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E64BF is #B19B40. Grayscale: #676767. Windows color (decimal): -11639617 or 12543054. OLE color: 12543054.

HSL color Cylindrical-coordinate representation of color #4E64BF: hue angle of 228.32º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E64BF is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB78100191-
CMYK0.590.4800.25
HSL228.32º46.89%52.75%-
HSV(B)228.32º59.16%74.9%-
XYZ17.114.551.19-
YUV103.8177.21109.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.14%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 191 (75% from 255) = 51.76%
R=21.14%
G=27.10%
B=51.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781001910.590.4800.25228.3246.8952.75
Hex4E64BF3B30019e42f35
Octal11614427773600313445765
Binary100111011001001011111111101111000001100111100100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E64BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E64BF; }

 p { color: rgb(78,100,191); }

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

<style>
 a { background-color: #4E64BF; }

 a { background-color: rgb(78,100,191); }

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

<style>
 span { border-color: #4E64BF; }

 span { border-color: rgb(78,100,191); }

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