Shades of Free Speech Blue #4F5CCC
Tints of Free Speech Blue #4F5CCC
RGB
CMYK
RGB Variations
Color information
#4F5CCC (or 0x4F5CCC) is known color: Free Speech Blue. HEX triplet: 4F, 5C and CC. RGB value is (79,92,204). Sum of RGB (Red+Green+Blue) = 79+92+204=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F5CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5CCC is #B0A333. Grayscale: #646464. Windows color (decimal): -11576116 or 13392975. OLE color: 13392975.
HSL color Cylindrical-coordinate representation of color #4F5CCC: hue angle of 233.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F5CCC is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 92 | 204 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.2 |
| HSL | 233.76º | 0.55% | 0.55% | - |
| HSV(B) | 233.76º | 0.61% | 0.8% | - |
| XYZ | 17.95 | 13.68 | 58.82 | - |
| YUV | 100.88 | 186.19 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 92 | 204 | 0.61 | 0.55 | 0 | 0.2 | 233.76 | 0.55 | 0.55 |
| Hex | 4F | 5C | CC | 3D | 37 | 0 | 14 | EA | 37 | 37 |
| Octal | 117 | 134 | 314 | 75 | 67 | 0 | 24 | 352 | 67 | 67 |
| Binary | 1001111 | 1011100 | 11001100 | 111101 | 110111 | 0 | 10100 | 11101010 | 110111 | 110111 |
Color Harmonies of #4F5CCC
Complementary color
Monochromatic Colors of #4F5CCC
Black with #4F5CCC
Text Example
Text Example
White with #4F5CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5CCC; }
p { color: rgb(79,92,204); }
H1.HeaderClassName
{
color: #4F5CCC;
}
.AnyTagClassName
{
color: #4F5CCC;
}
</style>
background-color css
<style>
a { background-color: #4F5CCC; }
a { background-color: rgb(79,92,204); }
div.DivClassName
{
background-color: #4F5CCC;
}
.BgClassName
{
background-color: #4F5CCC;
}
</style>
border-color css
<style>
span { border-color: #4F5CCC; }
span { border-color: rgb(79,92,204); }
td.TdClassName
{
border-color: #4F5CCC;
}
.TagClassName
{
border-color: #4F5CCC;
}
</style>