Shades of Free Speech Blue #4F42CF
Tints of Free Speech Blue #4F42CF
RGB
CMYK
RGB Variations
Color information
#4F42CF (or 0x4F42CF) is known color: Free Speech Blue. HEX triplet: 4F, 42 and CF. RGB value is (79,66,207). Sum of RGB (Red+Green+Blue) = 79+66+207=352 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.44% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F42CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F42CF is #B0BD30. Grayscale: #555555. Windows color (decimal): -11582769 or 13582927. OLE color: 13582927.
HSL color Cylindrical-coordinate representation of color #4F42CF: hue angle of 245.53º 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 #4F42CF is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 66 | 207 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.19 |
| HSL | 245.53º | 0.59% | 0.54% | - |
| HSV(B) | 245.53º | 0.68% | 0.81% | - |
| XYZ | 16.44 | 10.06 | 60.11 | - |
| YUV | 85.96 | 196.31 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 66 | 207 | 0.62 | 0.68 | 0 | 0.19 | 245.53 | 0.59 | 0.54 |
| Hex | 4F | 42 | CF | 3E | 44 | 0 | 13 | F6 | 3B | 36 |
| Octal | 117 | 102 | 317 | 76 | 104 | 0 | 23 | 366 | 73 | 66 |
| Binary | 1001111 | 1000010 | 11001111 | 111110 | 1000100 | 0 | 10011 | 11110110 | 111011 | 110110 |
Color Harmonies of #4F42CF
Complementary color
Monochromatic Colors of #4F42CF
Black with #4F42CF
Text Example
Text Example
White with #4F42CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F42CF; }
p { color: rgb(79,66,207); }
H1.HeaderClassName
{
color: #4F42CF;
}
.AnyTagClassName
{
color: #4F42CF;
}
</style>
background-color css
<style>
a { background-color: #4F42CF; }
a { background-color: rgb(79,66,207); }
div.DivClassName
{
background-color: #4F42CF;
}
.BgClassName
{
background-color: #4F42CF;
}
</style>
border-color css
<style>
span { border-color: #4F42CF; }
span { border-color: rgb(79,66,207); }
td.TdClassName
{
border-color: #4F42CF;
}
.TagClassName
{
border-color: #4F42CF;
}
</style>