#4E56C5

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

Shades of Free Speech Blue #4E56C5

Tints of Free Speech Blue #4E56C5

Color information

#4E56C5 (or 0x4E56C5) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 56 and C5. RGB value is (78,86,197). Sum of RGB (Red+Green+Blue) = 78+86+197=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 197 (77.34% from 255 or 54.57% from 361); Max value from RGB is 197 - color contains mainly: blue. Hex color #4E56C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E56C5 is #B1A93A. Grayscale: #5F5F5F. Windows color (decimal): -11643195 or 12932686. OLE color: 12932686.

HSL color Cylindrical-coordinate representation of color #4E56C5: hue angle of 235.97º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E56C5 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7886197-
CMYK0.600.5600.23
HSL235.97º50.64%53.92%-
HSV(B)235.97º60.41%77.25%-
XYZ16.5512.3154.33-
YUV96.26184.85114.97-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.61%
GREEN value IS 86 (33.98% from 255) = 23.82%
BLUE value IS 197 (77.34% from 255) = 54.57%
R=21.61%
G=23.82%
B=54.57%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal78861970.600.5600.23235.9750.6453.92
Hex4E56C53C38017ec3336
Octal11612630574700273546366
Binary100111010101101100010111110011100001011111101100110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E56C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,86,197); }

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

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

 a { background-color: rgb(78,86,197); }

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

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

 span { border-color: rgb(78,86,197); }

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