Shades of Free Speech Blue #4D52DF
Tints of Free Speech Blue #4D52DF
RGB
CMYK
RGB Variations
Color information
#4D52DF (or 0x4D52DF) is known color: Free Speech Blue. HEX triplet: 4D, 52 and DF. RGB value is (77,82,223). Sum of RGB (Red+Green+Blue) = 77+82+223=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D52DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D52DF is #B2AD20. Grayscale: #606060. Windows color (decimal): -11709729 or 14635597. OLE color: 14635597.
HSL color Cylindrical-coordinate representation of color #4D52DF: hue angle of 237.95º 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 #4D52DF is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 82 | 223 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.13 |
| HSL | 237.95º | 0.7% | 0.59% | - |
| HSV(B) | 237.95º | 0.65% | 0.87% | - |
| XYZ | 19.4 | 12.94 | 71.29 | - |
| YUV | 96.58 | 199.34 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 223 | 0.65 | 0.63 | 0 | 0.13 | 237.95 | 0.7 | 0.59 |
| Hex | 4D | 52 | DF | 41 | 3F | 0 | D | EE | 46 | 3B |
| Octal | 115 | 122 | 337 | 101 | 77 | 0 | 15 | 356 | 106 | 73 |
| Binary | 1001101 | 1010010 | 11011111 | 1000001 | 111111 | 0 | 1101 | 11101110 | 1000110 | 111011 |
Color Harmonies of #4D52DF
Complementary color
Monochromatic Colors of #4D52DF
Black with #4D52DF
Text Example
Text Example
White with #4D52DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D52DF; }
p { color: rgb(77,82,223); }
H1.HeaderClassName
{
color: #4D52DF;
}
.AnyTagClassName
{
color: #4D52DF;
}
</style>
background-color css
<style>
a { background-color: #4D52DF; }
a { background-color: rgb(77,82,223); }
div.DivClassName
{
background-color: #4D52DF;
}
.BgClassName
{
background-color: #4D52DF;
}
</style>
border-color css
<style>
span { border-color: #4D52DF; }
span { border-color: rgb(77,82,223); }
td.TdClassName
{
border-color: #4D52DF;
}
.TagClassName
{
border-color: #4D52DF;
}
</style>