#4E50DD

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

Shades of Free Speech Blue #4E50DD

Tints of Free Speech Blue #4E50DD

Color information

#4E50DD (or 0x4E50DD) is unknown color: approx Free Speech Blue. HEX triplet: 4E, 50 and DD. RGB value is (78,80,221). Sum of RGB (Red+Green+Blue) = 78+80+221=379 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.58% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E50DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E50DD is #B1AF22. Grayscale: #5E5E5E. Windows color (decimal): -11644707 or 14504014. OLE color: 14504014.

HSL color Cylindrical-coordinate representation of color #4E50DD: hue angle of 239.16º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E50DD is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7880221-
CMYK0.650.6400.13
HSL239.16º67.77%58.63%-
HSV(B)239.16º64.71%86.67%-
XYZ19.0612.5869.83-
YUV95.48198.84115.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.58%
GREEN value IS 80 (31.64% from 255) = 21.11%
BLUE value IS 221 (86.72% from 255) = 58.31%
R=20.58%
G=21.11%
B=58.31%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal78802210.650.6400.13239.1667.7758.63
Hex4E50DD41400Def443b
Octal11612033510110001535710473
Binary10011101010000110111011000001100000001101111011111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E50DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,80,221); }

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

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

 a { background-color: rgb(78,80,221); }

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

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

 span { border-color: rgb(78,80,221); }

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