#4E41C0

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

Shades of Free Speech Blue #4E41C0

Tints of Free Speech Blue #4E41C0

Color information

#4E41C0 (or 0x4E41C0) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 41 and C0. RGB value is (78,65,192). Sum of RGB (Red+Green+Blue) = 78+65+192=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 192 (75.39% from 255 or 57.31% from 335); Max value from RGB is 192 - color contains mainly: blue. Hex color #4E41C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E41C0 is #B1BE3F. Grayscale: #525252. Windows color (decimal): -11648576 or 12599630. OLE color: 12599630.

HSL color Cylindrical-coordinate representation of color #4E41C0: hue angle of 246.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E41C0 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7865192-
CMYK0.590.6600.25
HSL246.14º50.2%50.39%-
HSV(B)246.14º66.15%75.29%-
XYZ14.559.2150.88-
YUV83.36189.31124.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.28%
GREEN value IS 65 (25.78% from 255) = 19.40%
BLUE value IS 192 (75.39% from 255) = 57.31%
R=23.28%
G=19.40%
B=57.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78651920.590.6600.25246.1450.250.39
Hex4E41C03B42019f63232
Octal116101300731020313666262
Binary1001110100000111000000111011100001001100111110110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E41C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,65,192); }

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

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

 a { background-color: rgb(78,65,192); }

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

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

 span { border-color: rgb(78,65,192); }

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