#4E6ABF

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

Shades of Free Speech Blue #4E6ABF

Tints of Free Speech Blue #4E6ABF

Color information

#4E6ABF (or 0x4E6ABF) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 6A and BF. RGB value is (78,106,191). Sum of RGB (Red+Green+Blue) = 78+106+191=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #4E6ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6ABF is #B19540. Grayscale: #6A6A6A. Windows color (decimal): -11638081 or 12544590. OLE color: 12544590.

HSL color Cylindrical-coordinate representation of color #4E6ABF: hue angle of 225.13º 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 #4E6ABF is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB78106191-
CMYK0.590.4500.25
HSL225.13º46.89%52.75%-
HSV(B)225.13º59.16%74.9%-
XYZ17.715.6951.39-
YUV107.32175.22107.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.8%
GREEN value IS 106 (41.80% from 255) = 28.27%
BLUE value IS 191 (75% from 255) = 50.93%
R=20.8%
G=28.27%
B=50.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal781061910.590.4500.25225.1346.8952.75
Hex4E6ABF3B2D019e12f35
Octal11615227773550313415765
Binary100111011010101011111111101110110101100111100001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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