#4E4DBE

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

Shades of Free Speech Blue #4E4DBE

Tints of Free Speech Blue #4E4DBE

Color information

#4E4DBE (or 0x4E4DBE) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 4D and BE. RGB value is (78,77,190). Sum of RGB (Red+Green+Blue) = 78+77+190=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E4DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4DBE is #B1B241. Grayscale: #595959. Windows color (decimal): -11645506 or 12471630. OLE color: 12471630.

HSL color Cylindrical-coordinate representation of color #4E4DBE: hue angle of 240.53º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E4DBE is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7877190-
CMYK0.590.5900.25
HSL240.53º46.5%52.35%-
HSV(B)240.53º59.47%74.51%-
XYZ15.0910.6549.97-
YUV90.18184.33119.31-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.61%
GREEN value IS 77 (30.47% from 255) = 22.32%
BLUE value IS 190 (74.61% from 255) = 55.07%
R=22.61%
G=22.32%
B=55.07%

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
Decimal78771900.590.5900.25240.5346.552.35
Hex4E4DBE3B3B019f12f34
Octal11611527673730313615764
Binary100111010011011011111011101111101101100111110001101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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