#4E54BE

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

Shades of Free Speech Blue #4E54BE

Tints of Free Speech Blue #4E54BE

Color information

#4E54BE (or 0x4E54BE) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 54 and BE. RGB value is (78,84,190). Sum of RGB (Red+Green+Blue) = 78+84+190=352 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.16% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E54BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E54BE is #B1AB41. Grayscale: #5D5D5D. Windows color (decimal): -11643714 or 12473422. OLE color: 12473422.

HSL color Cylindrical-coordinate representation of color #4E54BE: hue angle of 236.79º degrees, saturation: 0.46, 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 #4E54BE is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7884190-
CMYK0.590.5600.25
HSL236.79º46.28%52.55%-
HSV(B)236.79º58.95%74.51%-
XYZ15.6111.6850.15-
YUV94.29182.01116.38-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.16%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 190 (74.61% from 255) = 53.98%
R=22.16%
G=23.86%
B=53.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78841900.590.5600.25236.7946.2852.55
Hex4E54BE3B38019ed2e35
Octal11612427673700313555665
Binary100111010101001011111011101111100001100111101101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E54BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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