Shades of Free Speech Blue #4F5FCD
Tints of Free Speech Blue #4F5FCD
RGB
CMYK
RGB Variations
Color information
#4F5FCD (or 0x4F5FCD) is known color: Free Speech Blue. HEX triplet: 4F, 5F and CD. RGB value is (79,95,205). Sum of RGB (Red+Green+Blue) = 79+95+205=379 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.84% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F5FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5FCD is #B0A032. Grayscale: #666666. Windows color (decimal): -11575347 or 13459279. OLE color: 13459279.
HSL color Cylindrical-coordinate representation of color #4F5FCD: hue angle of 232.38º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F5FCD is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 95 | 205 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.20 |
| HSL | 232.38º | 0.56% | 0.56% | - |
| HSV(B) | 232.38º | 0.61% | 0.8% | - |
| XYZ | 18.34 | 14.25 | 59.54 | - |
| YUV | 102.76 | 185.7 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 95 | 205 | 0.61 | 0.54 | 0 | 0.20 | 232.38 | 0.56 | 0.56 |
| Hex | 4F | 5F | CD | 3D | 36 | 0 | 14 | E8 | 38 | 38 |
| Octal | 117 | 137 | 315 | 75 | 66 | 0 | 24 | 350 | 70 | 70 |
| Binary | 1001111 | 1011111 | 11001101 | 111101 | 110110 | 0 | 10100 | 11101000 | 111000 | 111000 |
Color Harmonies of #4F5FCD
Complementary color
Monochromatic Colors of #4F5FCD
Black with #4F5FCD
Text Example
Text Example
White with #4F5FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5FCD; }
p { color: rgb(79,95,205); }
H1.HeaderClassName
{
color: #4F5FCD;
}
.AnyTagClassName
{
color: #4F5FCD;
}
</style>
background-color css
<style>
a { background-color: #4F5FCD; }
a { background-color: rgb(79,95,205); }
div.DivClassName
{
background-color: #4F5FCD;
}
.BgClassName
{
background-color: #4F5FCD;
}
</style>
border-color css
<style>
span { border-color: #4F5FCD; }
span { border-color: rgb(79,95,205); }
td.TdClassName
{
border-color: #4F5FCD;
}
.TagClassName
{
border-color: #4F5FCD;
}
</style>