Shades of Free Speech Blue #4F64BA
Tints of Free Speech Blue #4F64BA
RGB
CMYK
RGB Variations
Color information
#4F64BA (or 0x4F64BA) is known color: Free Speech Blue. HEX triplet: 4F, 64 and BA. RGB value is (79,100,186). Sum of RGB (Red+Green+Blue) = 79+100+186=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F64BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F64BA is #B09B45. Grayscale: #676767. Windows color (decimal): -11574086 or 12215375. OLE color: 12215375.
HSL color Cylindrical-coordinate representation of color #4F64BA: hue angle of 228.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F64BA is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 100 | 186 | - |
| CMYK | 0.58 | 0.46 | 0 | 0.27 |
| HSL | 228.22º | 0.44% | 0.52% | - |
| HSV(B) | 228.22º | 0.58% | 0.73% | - |
| XYZ | 16.64 | 14.32 | 48.34 | - |
| YUV | 103.53 | 174.54 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 100 | 186 | 0.58 | 0.46 | 0 | 0.27 | 228.22 | 0.44 | 0.52 |
| Hex | 4F | 64 | BA | 3A | 2E | 0 | 1B | E4 | 2C | 34 |
| Octal | 117 | 144 | 272 | 72 | 56 | 0 | 33 | 344 | 54 | 64 |
| Binary | 1001111 | 1100100 | 10111010 | 111010 | 101110 | 0 | 11011 | 11100100 | 101100 | 110100 |
Color Harmonies of #4F64BA
Complementary color
Monochromatic Colors of #4F64BA
Black with #4F64BA
Text Example
Text Example
White with #4F64BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F64BA; }
p { color: rgb(79,100,186); }
H1.HeaderClassName
{
color: #4F64BA;
}
.AnyTagClassName
{
color: #4F64BA;
}
</style>
background-color css
<style>
a { background-color: #4F64BA; }
a { background-color: rgb(79,100,186); }
div.DivClassName
{
background-color: #4F64BA;
}
.BgClassName
{
background-color: #4F64BA;
}
</style>
border-color css
<style>
span { border-color: #4F64BA; }
span { border-color: rgb(79,100,186); }
td.TdClassName
{
border-color: #4F64BA;
}
.TagClassName
{
border-color: #4F64BA;
}
</style>