#4E68CA

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

Shades of Free Speech Blue #4E68CA

Tints of Free Speech Blue #4E68CA

Color information

#4E68CA (or 0x4E68CA) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 68 and CA. RGB value is (78,104,202). Sum of RGB (Red+Green+Blue) = 78+104+202=384 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.31% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #4E68CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E68CA is #B19735. Grayscale: #6A6A6A. Windows color (decimal): -11638582 or 13264974. OLE color: 13264974.

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

Color convert

RGB78104202-
CMYK0.610.4900.21
HSL227.42º53.91%54.9%-
HSV(B)227.42º61.39%79.22%-
XYZ18.7515.7857.94-
YUV107.4181.39107.03-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.31%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 202 (79.30% from 255) = 52.60%
R=20.31%
G=27.08%
B=52.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal781042020.610.4900.21227.4253.9154.9
Hex4E68CA3D31015e33637
Octal11615031275610253436667
Binary100111011010001100101011110111000101010111100011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E68CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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