#4E4FBC

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

Shades of Free Speech Blue #4E4FBC

Tints of Free Speech Blue #4E4FBC

Color information

#4E4FBC (or 0x4E4FBC) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 4F and BC. RGB value is (78,79,188). Sum of RGB (Red+Green+Blue) = 78+79+188=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #4E4FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E4FBC is #B1B043. Grayscale: #5A5A5A. Windows color (decimal): -11644996 or 12341070. OLE color: 12341070.

HSL color Cylindrical-coordinate representation of color #4E4FBC: hue angle of 239.45º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E4FBC is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7879188-
CMYK0.590.5800.26
HSL239.45º45.08%52.16%-
HSV(B)239.45º58.51%73.73%-
XYZ15.0110.8448.88-
YUV91.13182.67118.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.61%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 188 (73.83% from 255) = 54.49%
R=22.61%
G=22.90%
B=54.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal78791880.590.5800.26239.4545.0852.16
Hex4E4FBC3B3A01Aef2d34
Octal11611727473720323575564
Binary100111010011111011110011101111101001101011101111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,79,188); }

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

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

 a { background-color: rgb(78,79,188); }

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

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

 span { border-color: rgb(78,79,188); }

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