Shades of Free Speech Blue #4866BF
Tints of Free Speech Blue #4866BF
RGB
CMYK
RGB Variations
Color information
#4866BF (or 0x4866BF) is known color: Free Speech Blue. HEX triplet: 48, 66 and BF. RGB value is (72,102,191). Sum of RGB (Red+Green+Blue) = 72+102+191=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 191 (75% from 255 or 52.33% from 365); Max value from RGB is 191 - color contains mainly: blue. Hex color #4866BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4866BF is #B79940. Grayscale: #666666. Windows color (decimal): -12032321 or 12543560. OLE color: 12543560.
HSL color Cylindrical-coordinate representation of color #4866BF: hue angle of 224.87º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4866BF is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 72 | 102 | 191 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.25 |
| HSL | 224.87º | 0.48% | 0.52% | - |
| HSV(B) | 224.87º | 0.62% | 0.75% | - |
| XYZ | 16.83 | 14.64 | 51.23 | - |
| YUV | 103.18 | 177.56 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 191 | 0.62 | 0.47 | 0 | 0.25 | 224.87 | 0.48 | 0.52 |
| Hex | 48 | 66 | BF | 3E | 2F | 0 | 19 | E1 | 30 | 34 |
| Octal | 110 | 146 | 277 | 76 | 57 | 0 | 31 | 341 | 60 | 64 |
| Binary | 1001000 | 1100110 | 10111111 | 111110 | 101111 | 0 | 11001 | 11100001 | 110000 | 110100 |
Color Harmonies of #4866BF
Complementary color
Monochromatic Colors of #4866BF
Black with #4866BF
Text Example
Text Example
White with #4866BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4866BF; }
p { color: rgb(72,102,191); }
H1.HeaderClassName
{
color: #4866BF;
}
.AnyTagClassName
{
color: #4866BF;
}
</style>
background-color css
<style>
a { background-color: #4866BF; }
a { background-color: rgb(72,102,191); }
div.DivClassName
{
background-color: #4866BF;
}
.BgClassName
{
background-color: #4866BF;
}
</style>
border-color css
<style>
span { border-color: #4866BF; }
span { border-color: rgb(72,102,191); }
td.TdClassName
{
border-color: #4866BF;
}
.TagClassName
{
border-color: #4866BF;
}
</style>