#4D57CD

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

Shades of Free Speech Blue #4D57CD

Tints of Free Speech Blue #4D57CD

Color information

#4D57CD (or 0x4D57CD) is unknown color: approx Free Speech Blue. HEX triplet: 4D, 57 and CD. RGB value is (77,87,205). Sum of RGB (Red+Green+Blue) = 77+87+205=369 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.87% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D57CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D57CD is #B2A832. Grayscale: #606060. Windows color (decimal): -11708467 or 13457229. OLE color: 13457229.

HSL color Cylindrical-coordinate representation of color #4D57CD: hue angle of 235.31º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D57CD is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7787205-
CMYK0.620.5800.20
HSL235.31º56.14%55.29%-
HSV(B)235.31º62.44%80.39%-
XYZ17.4912.859.31-
YUV97.46188.69113.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.87%
GREEN value IS 87 (34.38% from 255) = 23.58%
BLUE value IS 205 (80.47% from 255) = 55.56%
R=20.87%
G=23.58%
B=55.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal77872050.620.5800.20235.3156.1455.29
Hex4D57CD3E3A014eb3837
Octal11512731576720243537067
Binary100110110101111100110111111011101001010011101011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D57CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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