Shades of Free Speech Blue #4866BA
Tints of Free Speech Blue #4866BA
RGB
CMYK
RGB Variations
Color information
#4866BA (or 0x4866BA) is known color: Free Speech Blue. HEX triplet: 48, 66 and BA. RGB value is (72,102,186). Sum of RGB (Red+Green+Blue) = 72+102+186=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 102 (40.23% from 255 or 28.33% 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 #4866BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4866BA is #B79945. Grayscale: #666666. Windows color (decimal): -12032326 or 12215880. OLE color: 12215880.
HSL color Cylindrical-coordinate representation of color #4866BA: hue angle of 224.21º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4866BA is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 72 | 102 | 186 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.27 |
| HSL | 224.21º | 0.45% | 0.51% | - |
| HSV(B) | 224.21º | 0.61% | 0.73% | - |
| XYZ | 16.29 | 14.43 | 48.38 | - |
| YUV | 102.61 | 175.06 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 186 | 0.61 | 0.45 | 0 | 0.27 | 224.21 | 0.45 | 0.51 |
| Hex | 48 | 66 | BA | 3D | 2D | 0 | 1B | E0 | 2D | 33 |
| Octal | 110 | 146 | 272 | 75 | 55 | 0 | 33 | 340 | 55 | 63 |
| Binary | 1001000 | 1100110 | 10111010 | 111101 | 101101 | 0 | 11011 | 11100000 | 101101 | 110011 |
Color Harmonies of #4866BA
Complementary color
Monochromatic Colors of #4866BA
Black with #4866BA
Text Example
Text Example
White with #4866BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4866BA; }
p { color: rgb(72,102,186); }
H1.HeaderClassName
{
color: #4866BA;
}
.AnyTagClassName
{
color: #4866BA;
}
</style>
background-color css
<style>
a { background-color: #4866BA; }
a { background-color: rgb(72,102,186); }
div.DivClassName
{
background-color: #4866BA;
}
.BgClassName
{
background-color: #4866BA;
}
</style>
border-color css
<style>
span { border-color: #4866BA; }
span { border-color: rgb(72,102,186); }
td.TdClassName
{
border-color: #4866BA;
}
.TagClassName
{
border-color: #4866BA;
}
</style>