Shades of Free Speech Blue #4F5BBC
Tints of Free Speech Blue #4F5BBC
RGB
CMYK
RGB Variations
Color information
#4F5BBC (or 0x4F5BBC) is known color: Free Speech Blue. HEX triplet: 4F, 5B and BC. RGB value is (79,91,188). Sum of RGB (Red+Green+Blue) = 79+91+188=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F5BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5BBC is #B0A443. Grayscale: #626262. Windows color (decimal): -11576388 or 12344143. OLE color: 12344143.
HSL color Cylindrical-coordinate representation of color #4F5BBC: hue angle of 233.39º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F5BBC is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 91 | 188 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.26 |
| HSL | 233.39º | 0.45% | 0.52% | - |
| HSV(B) | 233.39º | 0.58% | 0.74% | - |
| XYZ | 16.04 | 12.78 | 49.2 | - |
| YUV | 98.47 | 178.52 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 91 | 188 | 0.58 | 0.52 | 0 | 0.26 | 233.39 | 0.45 | 0.52 |
| Hex | 4F | 5B | BC | 3A | 34 | 0 | 1A | E9 | 2D | 34 |
| Octal | 117 | 133 | 274 | 72 | 64 | 0 | 32 | 351 | 55 | 64 |
| Binary | 1001111 | 1011011 | 10111100 | 111010 | 110100 | 0 | 11010 | 11101001 | 101101 | 110100 |
Color Harmonies of #4F5BBC
Complementary color
Monochromatic Colors of #4F5BBC
Black with #4F5BBC
Text Example
Text Example
White with #4F5BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5BBC; }
p { color: rgb(79,91,188); }
H1.HeaderClassName
{
color: #4F5BBC;
}
.AnyTagClassName
{
color: #4F5BBC;
}
</style>
background-color css
<style>
a { background-color: #4F5BBC; }
a { background-color: rgb(79,91,188); }
div.DivClassName
{
background-color: #4F5BBC;
}
.BgClassName
{
background-color: #4F5BBC;
}
</style>
border-color css
<style>
span { border-color: #4F5BBC; }
span { border-color: rgb(79,91,188); }
td.TdClassName
{
border-color: #4F5BBC;
}
.TagClassName
{
border-color: #4F5BBC;
}
</style>