#4E64C2

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

Shades of Free Speech Blue #4E64C2

Tints of Free Speech Blue #4E64C2

Color information

#4E64C2 (or 0x4E64C2) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 64 and C2. RGB value is (78,100,194). Sum of RGB (Red+Green+Blue) = 78+100+194=372 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.97% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 194 (76.17% from 255 or 52.15% from 372); Max value from RGB is 194 - color contains mainly: blue. Hex color #4E64C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E64C2 is #B19B3D. Grayscale: #676767. Windows color (decimal): -11639614 or 12739662. OLE color: 12739662.

HSL color Cylindrical-coordinate representation of color #4E64C2: hue angle of 228.62º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E64C2 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB78100194-
CMYK0.600.4800.24
HSL228.62º48.74%53.33%-
HSV(B)228.62º59.79%76.08%-
XYZ17.4414.6352.94-
YUV104.14178.71109.36-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.97%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 194 (76.17% from 255) = 52.15%
R=20.97%
G=26.88%
B=52.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal781001940.600.4800.24228.6248.7453.33
Hex4E64C23C30018e53135
Octal11614430274600303456165
Binary100111011001001100001011110011000001100011100101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E64C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,100,194); }

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

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

 a { background-color: rgb(78,100,194); }

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

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

 span { border-color: rgb(78,100,194); }

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