#4E5BBE

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

Shades of Free Speech Blue #4E5BBE

Tints of Free Speech Blue #4E5BBE

Color information

#4E5BBE (or 0x4E5BBE) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 5B and BE. RGB value is (78,91,190). Sum of RGB (Red+Green+Blue) = 78+91+190=359 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.73% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E5BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5BBE is #B1A441. Grayscale: #616161. Windows color (decimal): -11641922 or 12475214. OLE color: 12475214.

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

Color convert

RGB7891190-
CMYK0.590.5200.25
HSL233.04º46.28%52.55%-
HSV(B)233.04º58.95%74.51%-
XYZ16.1812.8250.34-
YUV98.4179.69113.45-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.73%
GREEN value IS 91 (35.94% from 255) = 25.35%
BLUE value IS 190 (74.61% from 255) = 52.92%
R=21.73%
G=25.35%
B=52.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78911900.590.5200.25233.0446.2852.55
Hex4E5BBE3B34019e92e35
Octal11613327673640313515665
Binary100111010110111011111011101111010001100111101001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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