#4E42D1

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

Shades of Free Speech Blue #4E42D1

Tints of Free Speech Blue #4E42D1

Color information

#4E42D1 (or 0x4E42D1) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 42 and D1. RGB value is (78,66,209). Sum of RGB (Red+Green+Blue) = 78+66+209=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 209 (82.03% from 255 or 59.21% from 353); Max value from RGB is 209 - color contains mainly: blue. Hex color #4E42D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E42D1 is #B1BD2E. Grayscale: #555555. Windows color (decimal): -11648303 or 13713998. OLE color: 13713998.

HSL color Cylindrical-coordinate representation of color #4E42D1: hue angle of 245.03º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E42D1 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7866209-
CMYK0.630.6800.18
HSL245.03º60.85%53.92%-
HSV(B)245.03º68.42%81.96%-
XYZ16.610.1261.4-
YUV85.89197.48122.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.10%
GREEN value IS 66 (26.17% from 255) = 18.70%
BLUE value IS 209 (82.03% from 255) = 59.21%
R=22.10%
G=18.70%
B=59.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal78662090.630.6800.18245.0360.8553.92
Hex4E42D13F44012f53d36
Octal116102321771040223657566
Binary1001110100001011010001111111100010001001011110101111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E42D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,66,209); }

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

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

 a { background-color: rgb(78,66,209); }

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

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

 span { border-color: rgb(78,66,209); }

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