#4E5BBF

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

Shades of Free Speech Blue #4E5BBF

Tints of Free Speech Blue #4E5BBF

Color information

#4E5BBF (or 0x4E5BBF) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 5B and BF. RGB value is (78,91,191). Sum of RGB (Red+Green+Blue) = 78+91+191=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E5BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5BBF is #B1A440. Grayscale: #626262. Windows color (decimal): -11641921 or 12540750. OLE color: 12540750.

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

Color convert

RGB7891191-
CMYK0.590.5200.25
HSL233.1º46.89%52.75%-
HSV(B)233.1º59.16%74.9%-
XYZ16.2912.8650.91-
YUV98.51180.19113.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.67%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 191 (75% from 255) = 53.06%
R=21.67%
G=25.28%
B=53.06%

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
Decimal78911910.590.5200.25233.146.8952.75
Hex4E5BBF3B34019e92f35
Octal11613327773640313515765
Binary100111010110111011111111101111010001100111101001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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