Shades of Free Speech Blue #4866BE
Tints of Free Speech Blue #4866BE
RGB
CMYK
RGB Variations
Color information
#4866BE (or 0x4866BE) is known color: Free Speech Blue. HEX triplet: 48, 66 and BE. RGB value is (72,102,190). Sum of RGB (Red+Green+Blue) = 72+102+190=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #4866BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4866BE is #B79941. Grayscale: #666666. Windows color (decimal): -12032322 or 12478024. OLE color: 12478024.
HSL color Cylindrical-coordinate representation of color #4866BE: hue angle of 224.75º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4866BE is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 102 | 190 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.25 |
| HSL | 224.75º | 0.48% | 0.51% | - |
| HSV(B) | 224.75º | 0.62% | 0.75% | - |
| XYZ | 16.72 | 14.6 | 50.65 | - |
| YUV | 103.06 | 177.06 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 190 | 0.62 | 0.46 | 0 | 0.25 | 224.75 | 0.48 | 0.51 |
| Hex | 48 | 66 | BE | 3E | 2E | 0 | 19 | E1 | 30 | 33 |
| Octal | 110 | 146 | 276 | 76 | 56 | 0 | 31 | 341 | 60 | 63 |
| Binary | 1001000 | 1100110 | 10111110 | 111110 | 101110 | 0 | 11001 | 11100001 | 110000 | 110011 |
Color Harmonies of #4866BE
Complementary color
Monochromatic Colors of #4866BE
Black with #4866BE
Text Example
Text Example
White with #4866BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4866BE; }
p { color: rgb(72,102,190); }
H1.HeaderClassName
{
color: #4866BE;
}
.AnyTagClassName
{
color: #4866BE;
}
</style>
background-color css
<style>
a { background-color: #4866BE; }
a { background-color: rgb(72,102,190); }
div.DivClassName
{
background-color: #4866BE;
}
.BgClassName
{
background-color: #4866BE;
}
</style>
border-color css
<style>
span { border-color: #4866BE; }
span { border-color: rgb(72,102,190); }
td.TdClassName
{
border-color: #4866BE;
}
.TagClassName
{
border-color: #4866BE;
}
</style>