Shades of Free Speech Blue #4D50CF
Tints of Free Speech Blue #4D50CF
RGB
CMYK
RGB Variations
Color information
#4D50CF (or 0x4D50CF) is known color: Free Speech Blue. HEX triplet: 4D, 50 and CF. RGB value is (77,80,207). Sum of RGB (Red+Green+Blue) = 77+80+207=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D50CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D50CF is #B2AF30. Grayscale: #5D5D5D. Windows color (decimal): -11710257 or 13586509. OLE color: 13586509.
HSL color Cylindrical-coordinate representation of color #4D50CF: hue angle of 238.62º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D50CF is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 80 | 207 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.19 |
| HSL | 238.62º | 0.58% | 0.56% | - |
| HSV(B) | 238.62º | 0.63% | 0.81% | - |
| XYZ | 17.19 | 11.82 | 60.41 | - |
| YUV | 93.58 | 192.01 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 207 | 0.63 | 0.61 | 0 | 0.19 | 238.62 | 0.58 | 0.56 |
| Hex | 4D | 50 | CF | 3F | 3D | 0 | 13 | EF | 3A | 38 |
| Octal | 115 | 120 | 317 | 77 | 75 | 0 | 23 | 357 | 72 | 70 |
| Binary | 1001101 | 1010000 | 11001111 | 111111 | 111101 | 0 | 10011 | 11101111 | 111010 | 111000 |
Color Harmonies of #4D50CF
Complementary color
Monochromatic Colors of #4D50CF
Black with #4D50CF
Text Example
Text Example
White with #4D50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D50CF; }
p { color: rgb(77,80,207); }
H1.HeaderClassName
{
color: #4D50CF;
}
.AnyTagClassName
{
color: #4D50CF;
}
</style>
background-color css
<style>
a { background-color: #4D50CF; }
a { background-color: rgb(77,80,207); }
div.DivClassName
{
background-color: #4D50CF;
}
.BgClassName
{
background-color: #4D50CF;
}
</style>
border-color css
<style>
span { border-color: #4D50CF; }
span { border-color: rgb(77,80,207); }
td.TdClassName
{
border-color: #4D50CF;
}
.TagClassName
{
border-color: #4D50CF;
}
</style>