#4E4DCA

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

Shades of Free Speech Blue #4E4DCA

Tints of Free Speech Blue #4E4DCA

Color information

#4E4DCA (or 0x4E4DCA) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 4D and CA. RGB value is (78,77,202). Sum of RGB (Red+Green+Blue) = 78+77+202=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E4DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4DCA is #B1B235. Grayscale: #5B5B5B. Windows color (decimal): -11645494 or 13258062. OLE color: 13258062.

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

Color convert

RGB7877202-
CMYK0.610.6200.21
HSL240.48º54.11%54.71%-
HSV(B)240.48º61.88%79.22%-
XYZ16.4611.1957.17-
YUV91.55190.33118.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.85%
GREEN value IS 77 (30.47% from 255) = 21.57%
BLUE value IS 202 (79.30% from 255) = 56.58%
R=21.85%
G=21.57%
B=56.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal78772020.610.6200.21240.4854.1154.71
Hex4E4DCA3D3E015f03637
Octal11611531275760253606667
Binary100111010011011100101011110111111001010111110000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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