#4E51BE

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

Shades of Free Speech Blue #4E51BE

Tints of Free Speech Blue #4E51BE

Color information

#4E51BE (or 0x4E51BE) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 51 and BE. RGB value is (78,81,190). Sum of RGB (Red+Green+Blue) = 78+81+190=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #4E51BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E51BE is #B1AE41. Grayscale: #5C5C5C. Windows color (decimal): -11644482 or 12472654. OLE color: 12472654.

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

Color convert

RGB7881190-
CMYK0.590.5700.25
HSL238.39º46.28%52.55%-
HSV(B)238.39º58.95%74.51%-
XYZ15.3811.2250.07-
YUV92.53183.01117.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.35%
GREEN value IS 81 (32.03% from 255) = 23.21%
BLUE value IS 190 (74.61% from 255) = 54.44%
R=22.35%
G=23.21%
B=54.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal78811900.590.5700.25238.3946.2852.55
Hex4E51BE3B39019ee2e35
Octal11612127673710313565665
Binary100111010100011011111011101111100101100111101110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E51BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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