Shades of Free Speech Blue #4F50CF
Tints of Free Speech Blue #4F50CF
RGB
CMYK
RGB Variations
Color information
#4F50CF (or 0x4F50CF) is known color: Free Speech Blue. HEX triplet: 4F, 50 and CF. RGB value is (79,80,207). Sum of RGB (Red+Green+Blue) = 79+80+207=366 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.58% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F50CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F50CF is #B0AF30. Grayscale: #5D5D5D. Windows color (decimal): -11579185 or 13586511. OLE color: 13586511.
HSL color Cylindrical-coordinate representation of color #4F50CF: hue angle of 239.53º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F50CF is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 80 | 207 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.19 |
| HSL | 239.53º | 0.57% | 0.56% | - |
| HSV(B) | 239.53º | 0.62% | 0.81% | - |
| XYZ | 17.36 | 11.9 | 60.41 | - |
| YUV | 94.18 | 191.67 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 80 | 207 | 0.62 | 0.61 | 0 | 0.19 | 239.53 | 0.57 | 0.56 |
| Hex | 4F | 50 | CF | 3E | 3D | 0 | 13 | F0 | 39 | 38 |
| Octal | 117 | 120 | 317 | 76 | 75 | 0 | 23 | 360 | 71 | 70 |
| Binary | 1001111 | 1010000 | 11001111 | 111110 | 111101 | 0 | 10011 | 11110000 | 111001 | 111000 |
Color Harmonies of #4F50CF
Complementary color
Monochromatic Colors of #4F50CF
Black with #4F50CF
Text Example
Text Example
White with #4F50CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F50CF; }
p { color: rgb(79,80,207); }
H1.HeaderClassName
{
color: #4F50CF;
}
.AnyTagClassName
{
color: #4F50CF;
}
</style>
background-color css
<style>
a { background-color: #4F50CF; }
a { background-color: rgb(79,80,207); }
div.DivClassName
{
background-color: #4F50CF;
}
.BgClassName
{
background-color: #4F50CF;
}
</style>
border-color css
<style>
span { border-color: #4F50CF; }
span { border-color: rgb(79,80,207); }
td.TdClassName
{
border-color: #4F50CF;
}
.TagClassName
{
border-color: #4F50CF;
}
</style>