#4E68BF

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

Shades of Free Speech Blue #4E68BF

Tints of Free Speech Blue #4E68BF

Color information

#4E68BF (or 0x4E68BF) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 68 and BF. RGB value is (78,104,191). Sum of RGB (Red+Green+Blue) = 78+104+191=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E68BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E68BF is #B19740. Grayscale: #696969. Windows color (decimal): -11638593 or 12544078. OLE color: 12544078.

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

Color convert

RGB78104191-
CMYK0.590.4600.25
HSL226.19º46.89%52.75%-
HSV(B)226.19º59.16%74.9%-
XYZ17.515.2851.32-
YUV106.14175.89107.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.91%
GREEN value IS 104 (41.02% from 255) = 27.88%
BLUE value IS 191 (75% from 255) = 51.21%
R=20.91%
G=27.88%
B=51.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781041910.590.4600.25226.1946.8952.75
Hex4E68BF3B2E019e22f35
Octal11615027773560313425765
Binary100111011010001011111111101110111001100111100010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E68BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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