Shades of Free Speech Blue #4D42CF
Tints of Free Speech Blue #4D42CF
RGB
CMYK
RGB Variations
Color information
#4D42CF (or 0x4D42CF) is known color: Free Speech Blue. HEX triplet: 4D, 42 and CF. RGB value is (77,66,207). Sum of RGB (Red+Green+Blue) = 77+66+207=350 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D42CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D42CF is #B2BD30. Grayscale: #545454. Windows color (decimal): -11713841 or 13582925. OLE color: 13582925.
HSL color Cylindrical-coordinate representation of color #4D42CF: hue angle of 244.68º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D42CF is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 66 | 207 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.19 |
| HSL | 244.68º | 0.59% | 0.54% | - |
| HSV(B) | 244.68º | 0.68% | 0.81% | - |
| XYZ | 16.27 | 9.98 | 60.1 | - |
| YUV | 85.36 | 196.64 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 207 | 0.63 | 0.68 | 0 | 0.19 | 244.68 | 0.59 | 0.54 |
| Hex | 4D | 42 | CF | 3F | 44 | 0 | 13 | F5 | 3B | 36 |
| Octal | 115 | 102 | 317 | 77 | 104 | 0 | 23 | 365 | 73 | 66 |
| Binary | 1001101 | 1000010 | 11001111 | 111111 | 1000100 | 0 | 10011 | 11110101 | 111011 | 110110 |
Color Harmonies of #4D42CF
Complementary color
Monochromatic Colors of #4D42CF
Black with #4D42CF
Text Example
Text Example
White with #4D42CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D42CF; }
p { color: rgb(77,66,207); }
H1.HeaderClassName
{
color: #4D42CF;
}
.AnyTagClassName
{
color: #4D42CF;
}
</style>
background-color css
<style>
a { background-color: #4D42CF; }
a { background-color: rgb(77,66,207); }
div.DivClassName
{
background-color: #4D42CF;
}
.BgClassName
{
background-color: #4D42CF;
}
</style>
border-color css
<style>
span { border-color: #4D42CF; }
span { border-color: rgb(77,66,207); }
td.TdClassName
{
border-color: #4D42CF;
}
.TagClassName
{
border-color: #4D42CF;
}
</style>