#4E58C6

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

Shades of Free Speech Blue #4E58C6

Tints of Free Speech Blue #4E58C6

Color information

#4E58C6 (or 0x4E58C6) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 58 and C6. RGB value is (78,88,198). Sum of RGB (Red+Green+Blue) = 78+88+198=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 198 (77.73% from 255 or 54.40% from 364); Max value from RGB is 198 - color contains mainly: blue. Hex color #4E58C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E58C6 is #B1A739. Grayscale: #616161. Windows color (decimal): -11642682 or 12998734. OLE color: 12998734.

HSL color Cylindrical-coordinate representation of color #4E58C6: hue angle of 235º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E58C6 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7888198-
CMYK0.610.5600.22
HSL235º51.28%54.12%-
HSV(B)235º60.61%77.65%-
XYZ16.8212.6854.99-
YUV97.55184.69114.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.43%
GREEN value IS 88 (34.77% from 255) = 24.18%
BLUE value IS 198 (77.73% from 255) = 54.40%
R=21.43%
G=24.18%
B=54.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal78881980.610.5600.2223551.2854.12
Hex4E58C63D38016eb3336
Octal11613030675700263536366
Binary100111010110001100011011110111100001011011101011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E58C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,88,198); }

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

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

 a { background-color: rgb(78,88,198); }

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

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

 span { border-color: rgb(78,88,198); }

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