#4D5EC0

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

Shades of Free Speech Blue #4D5EC0

Tints of Free Speech Blue #4D5EC0

Color information

#4D5EC0 (or 0x4D5EC0) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 5E and C0. RGB value is (77,94,192). Sum of RGB (Red+Green+Blue) = 77+94+192=363 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.21% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #4D5EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5EC0 is #B2A13F. Grayscale: #636363. Windows color (decimal): -11706688 or 12607053. OLE color: 12607053.

HSL color Cylindrical-coordinate representation of color #4D5EC0: hue angle of 231.13º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D5EC0 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7794192-
CMYK0.600.5100.25
HSL231.13º47.72%52.75%-
HSV(B)231.13º59.9%75.29%-
XYZ16.5813.3951.58-
YUV100.09179.87111.53-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.21%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 192 (75.39% from 255) = 52.89%
R=21.21%
G=25.90%
B=52.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal77941920.600.5100.25231.1347.7252.75
Hex4D5EC03C33019e73035
Octal11513630074630313476065
Binary100110110111101100000011110011001101100111100111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,94,192); }

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

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

 a { background-color: rgb(77,94,192); }

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

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

 span { border-color: rgb(77,94,192); }

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