#4E3ED6

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

Shades of Free Speech Blue #4E3ED6

Tints of Free Speech Blue #4E3ED6

Color information

#4E3ED6 (or 0x4E3ED6) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 3E and D6. RGB value is (78,62,214). Sum of RGB (Red+Green+Blue) = 78+62+214=354 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.03% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 214 (83.98% from 255 or 60.45% from 354); Max value from RGB is 214 - color contains mainly: blue. Hex color #4E3ED6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3ED6 is #B1C129. Grayscale: #535353. Windows color (decimal): -11649322 or 14040654. OLE color: 14040654.

HSL color Cylindrical-coordinate representation of color #4E3ED6: hue angle of 246.32º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E3ED6 is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7862214-
CMYK0.640.7100.16
HSL246.32º64.96%54.12%-
HSV(B)246.32º71.03%83.92%-
XYZ179.9264.64-
YUV84.11201.3123.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.03%
GREEN value IS 62 (24.61% from 255) = 17.51%
BLUE value IS 214 (83.98% from 255) = 60.45%
R=22.03%
G=17.51%
B=60.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal78622140.640.7100.16246.3264.9654.12
Hex4E3ED64047010f64136
Octal1167632610010702036610166
Binary10011101111101101011010000001000111010000111101101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,62,214); }

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

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

 a { background-color: rgb(78,62,214); }

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

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

 span { border-color: rgb(78,62,214); }

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