#4E51DC

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

Shades of Free Speech Blue #4E51DC

Tints of Free Speech Blue #4E51DC

Color information

#4E51DC (or 0x4E51DC) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 51 and DC. RGB value is (78,81,220). Sum of RGB (Red+Green+Blue) = 78+81+220=379 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.58% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E51DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E51DC is #B1AE23. Grayscale: #5F5F5F. Windows color (decimal): -11644452 or 14438734. OLE color: 14438734.

HSL color Cylindrical-coordinate representation of color #4E51DC: hue angle of 238.73º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E51DC is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7881220-
CMYK0.650.6300.14
HSL238.73º66.98%58.43%-
HSV(B)238.73º64.55%86.27%-
XYZ1912.6769.15-
YUV95.95198.01115.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.58%
GREEN value IS 81 (32.03% from 255) = 21.37%
BLUE value IS 220 (86.33% from 255) = 58.05%
R=20.58%
G=21.37%
B=58.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal78812200.650.6300.14238.7366.9858.43
Hex4E51DC413F0Eef433a
Octal1161213341017701635710372
Binary1001110101000111011100100000111111101110111011111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E51DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,81,220); }

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

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

 a { background-color: rgb(78,81,220); }

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

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

 span { border-color: rgb(78,81,220); }

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