Shades of Free Speech Blue #4F5FBA
Tints of Free Speech Blue #4F5FBA
RGB
CMYK
RGB Variations
Color information
#4F5FBA (or 0x4F5FBA) is known color: Free Speech Blue. HEX triplet: 4F, 5F and BA. RGB value is (79,95,186). Sum of RGB (Red+Green+Blue) = 79+95+186=360 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.94% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F5FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5FBA is #B0A045. Grayscale: #646464. Windows color (decimal): -11575366 or 12214095. OLE color: 12214095.
HSL color Cylindrical-coordinate representation of color #4F5FBA: hue angle of 231.03º 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 #4F5FBA is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 95 | 186 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.27 |
| HSL | 231.03º | 0.44% | 0.52% | - |
| HSV(B) | 231.03º | 0.58% | 0.73% | - |
| XYZ | 16.18 | 13.39 | 48.19 | - |
| YUV | 100.59 | 176.2 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 95 | 186 | 0.58 | 0.49 | 0 | 0.27 | 231.03 | 0.44 | 0.52 |
| Hex | 4F | 5F | BA | 3A | 31 | 0 | 1B | E7 | 2C | 34 |
| Octal | 117 | 137 | 272 | 72 | 61 | 0 | 33 | 347 | 54 | 64 |
| Binary | 1001111 | 1011111 | 10111010 | 111010 | 110001 | 0 | 11011 | 11100111 | 101100 | 110100 |
Color Harmonies of #4F5FBA
Complementary color
Monochromatic Colors of #4F5FBA
Black with #4F5FBA
Text Example
Text Example
White with #4F5FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5FBA; }
p { color: rgb(79,95,186); }
H1.HeaderClassName
{
color: #4F5FBA;
}
.AnyTagClassName
{
color: #4F5FBA;
}
</style>
background-color css
<style>
a { background-color: #4F5FBA; }
a { background-color: rgb(79,95,186); }
div.DivClassName
{
background-color: #4F5FBA;
}
.BgClassName
{
background-color: #4F5FBA;
}
</style>
border-color css
<style>
span { border-color: #4F5FBA; }
span { border-color: rgb(79,95,186); }
td.TdClassName
{
border-color: #4F5FBA;
}
.TagClassName
{
border-color: #4F5FBA;
}
</style>