Shades of Free Speech Blue #4D53DF
Tints of Free Speech Blue #4D53DF
RGB
CMYK
RGB Variations
Color information
#4D53DF (or 0x4D53DF) is known color: Free Speech Blue. HEX triplet: 4D, 53 and DF. RGB value is (77,83,223). Sum of RGB (Red+Green+Blue) = 77+83+223=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D53DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D53DF is #B2AC20. Grayscale: #606060. Windows color (decimal): -11709473 or 14635853. OLE color: 14635853.
HSL color Cylindrical-coordinate representation of color #4D53DF: hue angle of 237.53º degrees, saturation: 0.7, 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 #4D53DF is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 83 | 223 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.13 |
| HSL | 237.53º | 0.7% | 0.59% | - |
| HSV(B) | 237.53º | 0.65% | 0.87% | - |
| XYZ | 19.47 | 13.09 | 71.31 | - |
| YUV | 97.17 | 199.01 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 223 | 0.65 | 0.63 | 0 | 0.13 | 237.53 | 0.7 | 0.59 |
| Hex | 4D | 53 | DF | 41 | 3F | 0 | D | EE | 46 | 3B |
| Octal | 115 | 123 | 337 | 101 | 77 | 0 | 15 | 356 | 106 | 73 |
| Binary | 1001101 | 1010011 | 11011111 | 1000001 | 111111 | 0 | 1101 | 11101110 | 1000110 | 111011 |
Color Harmonies of #4D53DF
Complementary color
Monochromatic Colors of #4D53DF
Black with #4D53DF
Text Example
Text Example
White with #4D53DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D53DF; }
p { color: rgb(77,83,223); }
H1.HeaderClassName
{
color: #4D53DF;
}
.AnyTagClassName
{
color: #4D53DF;
}
</style>
background-color css
<style>
a { background-color: #4D53DF; }
a { background-color: rgb(77,83,223); }
div.DivClassName
{
background-color: #4D53DF;
}
.BgClassName
{
background-color: #4D53DF;
}
</style>
border-color css
<style>
span { border-color: #4D53DF; }
span { border-color: rgb(77,83,223); }
td.TdClassName
{
border-color: #4D53DF;
}
.TagClassName
{
border-color: #4D53DF;
}
</style>