#4D57D8

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

Shades of Free Speech Blue #4D57D8

Tints of Free Speech Blue #4D57D8

Color information

#4D57D8 (or 0x4D57D8) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 57 and D8. RGB value is (77,87,216). Sum of RGB (Red+Green+Blue) = 77+87+216=380 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.26% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 216 (84.77% from 255 or 56.84% from 380); Max value from RGB is 216 - color contains mainly: blue. Hex color #4D57D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D57D8 is #B2A827. Grayscale: #626262. Windows color (decimal): -11708456 or 14178125. OLE color: 14178125.

HSL color Cylindrical-coordinate representation of color #4D57D8: hue angle of 235.68º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4D57D8 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB7787216-
CMYK0.640.6000.15
HSL235.68º64.06%57.45%-
HSV(B)235.68º64.35%84.71%-
XYZ18.8613.3566.55-
YUV98.72194.19112.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.26%
GREEN value IS 87 (34.38% from 255) = 22.89%
BLUE value IS 216 (84.77% from 255) = 56.84%
R=20.26%
G=22.89%
B=56.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal77872160.640.6000.15235.6864.0657.45
Hex4D57D8403C0Fec4039
Octal1151273301007401735410071
Binary1001101101011111011000100000011110001111111011001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D57D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,87,216); }

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

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

 a { background-color: rgb(77,87,216); }

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

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

 span { border-color: rgb(77,87,216); }

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