#4E5DBE

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

Shades of Free Speech Blue #4E5DBE

Tints of Free Speech Blue #4E5DBE

Color information

#4E5DBE (or 0x4E5DBE) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 5D and BE. RGB value is (78,93,190). Sum of RGB (Red+Green+Blue) = 78+93+190=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E5DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5DBE is #B1A241. Grayscale: #636363. Windows color (decimal): -11641410 or 12475726. OLE color: 12475726.

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

Color convert

RGB7893190-
CMYK0.590.5100.25
HSL231.96º46.28%52.55%-
HSV(B)231.96º58.95%74.51%-
XYZ16.3513.1750.39-
YUV99.57179.03112.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.61%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=21.61%
G=25.76%
B=52.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78931900.590.5100.25231.9646.2852.55
Hex4E5DBE3B33019e82e35
Octal11613527673630313505665
Binary100111010111011011111011101111001101100111101000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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