Shades of Free Speech Blue #4F5BBA
Tints of Free Speech Blue #4F5BBA
RGB
CMYK
RGB Variations
Color information
#4F5BBA (or 0x4F5BBA) is known color: Free Speech Blue. HEX triplet: 4F, 5B and BA. RGB value is (79,91,186). Sum of RGB (Red+Green+Blue) = 79+91+186=356 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.19% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F5BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5BBA is #B0A445. Grayscale: #616161. Windows color (decimal): -11576390 or 12213071. OLE color: 12213071.
HSL color Cylindrical-coordinate representation of color #4F5BBA: hue angle of 233.27º 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 #4F5BBA is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 91 | 186 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.27 |
| HSL | 233.27º | 0.44% | 0.52% | - |
| HSV(B) | 233.27º | 0.58% | 0.73% | - |
| XYZ | 15.83 | 12.69 | 48.07 | - |
| YUV | 98.24 | 177.52 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 91 | 186 | 0.58 | 0.51 | 0 | 0.27 | 233.27 | 0.44 | 0.52 |
| Hex | 4F | 5B | BA | 3A | 33 | 0 | 1B | E9 | 2C | 34 |
| Octal | 117 | 133 | 272 | 72 | 63 | 0 | 33 | 351 | 54 | 64 |
| Binary | 1001111 | 1011011 | 10111010 | 111010 | 110011 | 0 | 11011 | 11101001 | 101100 | 110100 |
Color Harmonies of #4F5BBA
Complementary color
Monochromatic Colors of #4F5BBA
Black with #4F5BBA
Text Example
Text Example
White with #4F5BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5BBA; }
p { color: rgb(79,91,186); }
H1.HeaderClassName
{
color: #4F5BBA;
}
.AnyTagClassName
{
color: #4F5BBA;
}
</style>
background-color css
<style>
a { background-color: #4F5BBA; }
a { background-color: rgb(79,91,186); }
div.DivClassName
{
background-color: #4F5BBA;
}
.BgClassName
{
background-color: #4F5BBA;
}
</style>
border-color css
<style>
span { border-color: #4F5BBA; }
span { border-color: rgb(79,91,186); }
td.TdClassName
{
border-color: #4F5BBA;
}
.TagClassName
{
border-color: #4F5BBA;
}
</style>