#4E58BE

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

Shades of Free Speech Blue #4E58BE

Tints of Free Speech Blue #4E58BE

Color information

#4E58BE (or 0x4E58BE) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 58 and BE. RGB value is (78,88,190). Sum of RGB (Red+Green+Blue) = 78+88+190=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E58BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E58BE is #B1A741. Grayscale: #606060. Windows color (decimal): -11642690 or 12474446. OLE color: 12474446.

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

Color convert

RGB7888190-
CMYK0.590.5400.25
HSL234.64º46.28%52.55%-
HSV(B)234.64º58.95%74.51%-
XYZ15.9312.3250.25-
YUV96.64180.69114.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.91%
GREEN value IS 88 (34.77% from 255) = 24.72%
BLUE value IS 190 (74.61% from 255) = 53.37%
R=21.91%
G=24.72%
B=53.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78881900.590.5400.25234.6446.2852.55
Hex4E58BE3B36019eb2e35
Octal11613027673660313535665
Binary100111010110001011111011101111011001100111101011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E58BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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