Html Css Color HEX #4E50DC Free Speech Blue

📋 copy color: '#4E50DC'

red 78 ◦ green 80 ◦ blue 220

#4E50DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4E50DC

Tints of Free Speech Blue #4E50DC

RGB

 RED value IS 78 (30.86% from 255) = 20.63%

 GREEN value IS 80 (31.64% from 255) = 21.16%

 BLUE value IS 220 (86.33% from 255) = 58.2%

R = 20.63%
G = 21.16%
B = 58.2%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4E50DC (or 0x4E50DC) is known color: Free Speech Blue. HEX triplet: 4E, 50 and DC. RGB value is (78,80,220). Sum of RGB (Red+Green+Blue) = 78+80+220=378 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.63% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E50DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E50DC is #B1AF23. Grayscale: #5E5E5E. Windows color (decimal): -11644708 or 14438478. OLE color: 14438478.

HSL color Cylindrical-coordinate representation of color #4E50DC: hue angle of 239.15º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E50DC is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 78 80 220 -
CMYK 0.65 0.64 0 0.14
HSL 239.15º 0.67% 0.58% -
HSV(B) 239.15º 0.65% 0.86% -
XYZ 18.93 12.52 69.13 -
YUV 95.36 198.34 115.62 -
System Red Green Blue C M Y K H S L
Decimal 78 80 220 0.65 0.64 0 0.14 239.15 0.67 0.58
Hex 4E 50 DC 41 40 0 E EF 43 3A
Octal 116 120 334 101 100 0 16 357 103 72
Binary 1001110 1010000 11011100 1000001 1000000 0 1110 11101111 1000011 111010

Color Harmonies of #4E50DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E50DC

Black with #4E50DC

Text Example


Text Example

White with #4E50DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,80,220); }

 H1.HeaderClassName
 {
   color: #4E50DC;
 }
 .AnyTagClassName
 {
   color: #4E50DC;
 }
</style>

background-color css

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

 a { background-color: rgb(78,80,220); }

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

border-color css

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

 span { border-color: rgb(78,80,220); }

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