#4E41CA

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

Shades of Free Speech Blue #4E41CA

Tints of Free Speech Blue #4E41CA

Color information

#4E41CA (or 0x4E41CA) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 41 and CA. RGB value is (78,65,202). Sum of RGB (Red+Green+Blue) = 78+65+202=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E41CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E41CA is #B1BE35. Grayscale: #535353. Windows color (decimal): -11648566 or 13254990. OLE color: 13254990.

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

Color convert

RGB7865202-
CMYK0.610.6800.21
HSL245.69º56.38%52.35%-
HSV(B)245.69º67.82%79.22%-
XYZ15.699.6656.92-
YUV84.51194.31123.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.61%
GREEN value IS 65 (25.78% from 255) = 18.84%
BLUE value IS 202 (79.30% from 255) = 58.55%
R=22.61%
G=18.84%
B=58.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal78652020.610.6800.21245.6956.3852.35
Hex4E41CA3D44015f63834
Octal116101312751040253667064
Binary1001110100000111001010111101100010001010111110110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E41CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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