Shades of Free Speech Blue #4F5ACB
Tints of Free Speech Blue #4F5ACB
RGB
CMYK
RGB Variations
Color information
#4F5ACB (or 0x4F5ACB) is known color: Free Speech Blue. HEX triplet: 4F, 5A and CB. RGB value is (79,90,203). Sum of RGB (Red+Green+Blue) = 79+90+203=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F5ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5ACB is #B0A534. Grayscale: #636363. Windows color (decimal): -11576629 or 13326927. OLE color: 13326927.
HSL color Cylindrical-coordinate representation of color #4F5ACB: hue angle of 234.68º degrees, saturation: 0.54, 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 #4F5ACB is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 90 | 203 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.20 |
| HSL | 234.68º | 0.54% | 0.55% | - |
| HSV(B) | 234.68º | 0.61% | 0.8% | - |
| XYZ | 17.66 | 13.29 | 58.13 | - |
| YUV | 99.59 | 186.36 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 90 | 203 | 0.61 | 0.56 | 0 | 0.20 | 234.68 | 0.54 | 0.55 |
| Hex | 4F | 5A | CB | 3D | 38 | 0 | 14 | EB | 36 | 37 |
| Octal | 117 | 132 | 313 | 75 | 70 | 0 | 24 | 353 | 66 | 67 |
| Binary | 1001111 | 1011010 | 11001011 | 111101 | 111000 | 0 | 10100 | 11101011 | 110110 | 110111 |
Color Harmonies of #4F5ACB
Complementary color
Monochromatic Colors of #4F5ACB
Black with #4F5ACB
Text Example
Text Example
White with #4F5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5ACB; }
p { color: rgb(79,90,203); }
H1.HeaderClassName
{
color: #4F5ACB;
}
.AnyTagClassName
{
color: #4F5ACB;
}
</style>
background-color css
<style>
a { background-color: #4F5ACB; }
a { background-color: rgb(79,90,203); }
div.DivClassName
{
background-color: #4F5ACB;
}
.BgClassName
{
background-color: #4F5ACB;
}
</style>
border-color css
<style>
span { border-color: #4F5ACB; }
span { border-color: rgb(79,90,203); }
td.TdClassName
{
border-color: #4F5ACB;
}
.TagClassName
{
border-color: #4F5ACB;
}
</style>