#4E4EBF

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

Shades of Free Speech Blue #4E4EBF

Tints of Free Speech Blue #4E4EBF

Color information

#4E4EBF (or 0x4E4EBF) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 4E and BF. RGB value is (78,78,191). Sum of RGB (Red+Green+Blue) = 78+78+191=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E4EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4EBF is #B1B140. Grayscale: #5A5A5A. Windows color (decimal): -11645249 or 12537422. OLE color: 12537422.

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

Color convert

RGB7878191-
CMYK0.590.5900.25
HSL240º46.89%52.75%-
HSV(B)240º59.16%74.9%-
XYZ15.2710.8350.58-
YUV90.88184.5118.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.48%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 191 (75% from 255) = 55.04%
R=22.48%
G=22.48%
B=55.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78781910.590.5900.2524046.8952.75
Hex4E4EBF3B3B019f02f35
Octal11611627773730313605765
Binary100111010011101011111111101111101101100111110000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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