Shades of Free Speech Blue #4F4FDD
Tints of Free Speech Blue #4F4FDD
RGB
CMYK
RGB Variations
Color information
#4F4FDD (or 0x4F4FDD) is known color: Free Speech Blue. HEX triplet: 4F, 4F and DD. RGB value is (79,79,221). Sum of RGB (Red+Green+Blue) = 79+79+221=379 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.84% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F4FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F4FDD is #B0B022. Grayscale: #5E5E5E. Windows color (decimal): -11579427 or 14503759. OLE color: 14503759.
HSL color Cylindrical-coordinate representation of color #4F4FDD: hue angle of 240º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F4FDD is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 79 | 221 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.13 |
| HSL | 240º | 0.68% | 0.59% | - |
| HSV(B) | 240º | 0.64% | 0.87% | - |
| XYZ | 19.07 | 12.47 | 69.81 | - |
| YUV | 95.19 | 199 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 79 | 221 | 0.64 | 0.64 | 0 | 0.13 | 240 | 0.68 | 0.59 |
| Hex | 4F | 4F | DD | 40 | 40 | 0 | D | F0 | 44 | 3B |
| Octal | 117 | 117 | 335 | 100 | 100 | 0 | 15 | 360 | 104 | 73 |
| Binary | 1001111 | 1001111 | 11011101 | 1000000 | 1000000 | 0 | 1101 | 11110000 | 1000100 | 111011 |
Color Harmonies of #4F4FDD
Complementary color
Monochromatic Colors of #4F4FDD
Black with #4F4FDD
Text Example
Text Example
White with #4F4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4FDD; }
p { color: rgb(79,79,221); }
H1.HeaderClassName
{
color: #4F4FDD;
}
.AnyTagClassName
{
color: #4F4FDD;
}
</style>
background-color css
<style>
a { background-color: #4F4FDD; }
a { background-color: rgb(79,79,221); }
div.DivClassName
{
background-color: #4F4FDD;
}
.BgClassName
{
background-color: #4F4FDD;
}
</style>
border-color css
<style>
span { border-color: #4F4FDD; }
span { border-color: rgb(79,79,221); }
td.TdClassName
{
border-color: #4F4FDD;
}
.TagClassName
{
border-color: #4F4FDD;
}
</style>