#4E50CD

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

Shades of Free Speech Blue #4E50CD

Tints of Free Speech Blue #4E50CD

Color information

#4E50CD (or 0x4E50CD) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 50 and CD. RGB value is (78,80,205). Sum of RGB (Red+Green+Blue) = 78+80+205=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E50CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E50CD is #B1AF32. Grayscale: #5D5D5D. Windows color (decimal): -11644723 or 13455438. OLE color: 13455438.

HSL color Cylindrical-coordinate representation of color #4E50CD: hue angle of 239.06º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E50CD is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7880205-
CMYK0.620.6100.20
HSL239.06º55.95%55.49%-
HSV(B)239.06º61.95%80.39%-
XYZ17.0311.7659.13-
YUV93.65190.84116.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.49%
GREEN value IS 80 (31.64% from 255) = 22.04%
BLUE value IS 205 (80.47% from 255) = 56.47%
R=21.49%
G=22.04%
B=56.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal78802050.620.6100.20239.0655.9555.49
Hex4E50CD3E3D014ef3837
Octal11612031576750243577067
Binary100111010100001100110111111011110101010011101111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E50CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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