#4E54DC

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

Shades of Free Speech Blue #4E54DC

Tints of Free Speech Blue #4E54DC

Color information

#4E54DC (or 0x4E54DC) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 54 and DC. RGB value is (78,84,220). Sum of RGB (Red+Green+Blue) = 78+84+220=382 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.42% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E54DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E54DC is #B1AB23. Grayscale: #616161. Windows color (decimal): -11643684 or 14439502. OLE color: 14439502.

HSL color Cylindrical-coordinate representation of color #4E54DC: hue angle of 237.46º 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 #4E54DC is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7884220-
CMYK0.650.6200.14
HSL237.46º66.98%58.43%-
HSV(B)237.46º64.55%86.27%-
XYZ19.2313.1369.23-
YUV97.71197.01113.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.42%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 220 (86.33% from 255) = 57.59%
R=20.42%
G=21.99%
B=57.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal78842200.650.6200.14237.4666.9858.43
Hex4E54DC413E0Eed433a
Octal1161243341017601635510372
Binary1001110101010011011100100000111111001110111011011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E54DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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