Shades of Free Speech Blue #4F5CCD
Tints of Free Speech Blue #4F5CCD
RGB
CMYK
RGB Variations
Color information
#4F5CCD (or 0x4F5CCD) is known color: Free Speech Blue. HEX triplet: 4F, 5C and CD. RGB value is (79,92,205). Sum of RGB (Red+Green+Blue) = 79+92+205=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F5CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5CCD is #B0A332. Grayscale: #646464. Windows color (decimal): -11576115 or 13458511. OLE color: 13458511.
HSL color Cylindrical-coordinate representation of color #4F5CCD: hue angle of 233.81º 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 #4F5CCD is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 92 | 205 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.20 |
| HSL | 233.81º | 0.56% | 0.56% | - |
| HSV(B) | 233.81º | 0.61% | 0.8% | - |
| XYZ | 18.07 | 13.72 | 59.45 | - |
| YUV | 101 | 186.69 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 92 | 205 | 0.61 | 0.55 | 0 | 0.20 | 233.81 | 0.56 | 0.56 |
| Hex | 4F | 5C | CD | 3D | 37 | 0 | 14 | EA | 38 | 38 |
| Octal | 117 | 134 | 315 | 75 | 67 | 0 | 24 | 352 | 70 | 70 |
| Binary | 1001111 | 1011100 | 11001101 | 111101 | 110111 | 0 | 10100 | 11101010 | 111000 | 111000 |
Color Harmonies of #4F5CCD
Complementary color
Monochromatic Colors of #4F5CCD
Black with #4F5CCD
Text Example
Text Example
White with #4F5CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5CCD; }
p { color: rgb(79,92,205); }
H1.HeaderClassName
{
color: #4F5CCD;
}
.AnyTagClassName
{
color: #4F5CCD;
}
</style>
background-color css
<style>
a { background-color: #4F5CCD; }
a { background-color: rgb(79,92,205); }
div.DivClassName
{
background-color: #4F5CCD;
}
.BgClassName
{
background-color: #4F5CCD;
}
</style>
border-color css
<style>
span { border-color: #4F5CCD; }
span { border-color: rgb(79,92,205); }
td.TdClassName
{
border-color: #4F5CCD;
}
.TagClassName
{
border-color: #4F5CCD;
}
</style>