#4E5AD1

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

Shades of Free Speech Blue #4E5AD1

Tints of Free Speech Blue #4E5AD1

Color information

#4E5AD1 (or 0x4E5AD1) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 5A and D1. RGB value is (78,90,209). Sum of RGB (Red+Green+Blue) = 78+90+209=377 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.69% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 209 (82.03% from 255 or 55.44% from 377); Max value from RGB is 209 - color contains mainly: blue. Hex color #4E5AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5AD1 is #B1A52E. Grayscale: #636363. Windows color (decimal): -11642159 or 13720142. OLE color: 13720142.

HSL color Cylindrical-coordinate representation of color #4E5AD1: hue angle of 234.5º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E5AD1 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7890209-
CMYK0.630.5700.18
HSL234.5º58.74%56.27%-
HSV(B)234.5º62.68%81.96%-
XYZ18.3113.5461.97-
YUV99.98189.52112.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.69%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 209 (82.03% from 255) = 55.44%
R=20.69%
G=23.87%
B=55.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal78902090.630.5700.18234.558.7456.27
Hex4E5AD13F39012eb3b38
Octal11613232177710223537370
Binary100111010110101101000111111111100101001011101011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,90,209); }

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

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

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

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

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

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

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