#4E5DCF

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

Shades of Free Speech Blue #4E5DCF

Tints of Free Speech Blue #4E5DCF

Color information

#4E5DCF (or 0x4E5DCF) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 5D and CF. RGB value is (78,93,207). Sum of RGB (Red+Green+Blue) = 78+93+207=378 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.63% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E5DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5DCF is #B1A230. Grayscale: #656565. Windows color (decimal): -11641393 or 13589838. OLE color: 13589838.

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

Color convert

RGB7893207-
CMYK0.620.5500.19
HSL233.02º57.33%55.88%-
HSV(B)233.02º62.32%81.18%-
XYZ18.3213.9560.76-
YUV101.51187.53111.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.63%
GREEN value IS 93 (36.72% from 255) = 24.60%
BLUE value IS 207 (81.25% from 255) = 54.76%
R=20.63%
G=24.60%
B=54.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal78932070.620.5500.19233.0257.3355.88
Hex4E5DCF3E37013e93938
Octal11613531776670233517170
Binary100111010111011100111111111011011101001111101001111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,93,207); }

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

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

 a { background-color: rgb(78,93,207); }

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

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

 span { border-color: rgb(78,93,207); }

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