Shades of Free Speech Blue #4D43CF
Tints of Free Speech Blue #4D43CF
RGB
CMYK
RGB Variations
Color information
#4D43CF (or 0x4D43CF) is known color: Free Speech Blue. HEX triplet: 4D, 43 and CF. RGB value is (77,67,207). Sum of RGB (Red+Green+Blue) = 77+67+207=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D43CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D43CF is #B2BC30. Grayscale: #555555. Windows color (decimal): -11713585 or 13583181. OLE color: 13583181.
HSL color Cylindrical-coordinate representation of color #4D43CF: hue angle of 244.29º 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 #4D43CF is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 67 | 207 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.19 |
| HSL | 244.29º | 0.59% | 0.54% | - |
| HSV(B) | 244.29º | 0.68% | 0.81% | - |
| XYZ | 16.33 | 10.1 | 60.12 | - |
| YUV | 85.95 | 196.31 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 207 | 0.63 | 0.68 | 0 | 0.19 | 244.29 | 0.59 | 0.54 |
| Hex | 4D | 43 | CF | 3F | 44 | 0 | 13 | F4 | 3B | 36 |
| Octal | 115 | 103 | 317 | 77 | 104 | 0 | 23 | 364 | 73 | 66 |
| Binary | 1001101 | 1000011 | 11001111 | 111111 | 1000100 | 0 | 10011 | 11110100 | 111011 | 110110 |
Color Harmonies of #4D43CF
Complementary color
Monochromatic Colors of #4D43CF
Black with #4D43CF
Text Example
Text Example
White with #4D43CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D43CF; }
p { color: rgb(77,67,207); }
H1.HeaderClassName
{
color: #4D43CF;
}
.AnyTagClassName
{
color: #4D43CF;
}
</style>
background-color css
<style>
a { background-color: #4D43CF; }
a { background-color: rgb(77,67,207); }
div.DivClassName
{
background-color: #4D43CF;
}
.BgClassName
{
background-color: #4D43CF;
}
</style>
border-color css
<style>
span { border-color: #4D43CF; }
span { border-color: rgb(77,67,207); }
td.TdClassName
{
border-color: #4D43CF;
}
.TagClassName
{
border-color: #4D43CF;
}
</style>