Shades of Free Speech Blue #4866BD
Tints of Free Speech Blue #4866BD
RGB
CMYK
RGB Variations
Color information
#4866BD (or 0x4866BD) is known color: Free Speech Blue. HEX triplet: 48, 66 and BD. RGB value is (72,102,189). Sum of RGB (Red+Green+Blue) = 72+102+189=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #4866BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4866BD is #B79942. Grayscale: #666666. Windows color (decimal): -12032323 or 12412488. OLE color: 12412488.
HSL color Cylindrical-coordinate representation of color #4866BD: hue angle of 224.62º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4866BD is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 72 | 102 | 189 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.26 |
| HSL | 224.62º | 0.47% | 0.51% | - |
| HSV(B) | 224.62º | 0.62% | 0.74% | - |
| XYZ | 16.61 | 14.55 | 50.08 | - |
| YUV | 102.95 | 176.56 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 189 | 0.62 | 0.46 | 0 | 0.26 | 224.62 | 0.47 | 0.51 |
| Hex | 48 | 66 | BD | 3E | 2E | 0 | 1A | E1 | 2F | 33 |
| Octal | 110 | 146 | 275 | 76 | 56 | 0 | 32 | 341 | 57 | 63 |
| Binary | 1001000 | 1100110 | 10111101 | 111110 | 101110 | 0 | 11010 | 11100001 | 101111 | 110011 |
Color Harmonies of #4866BD
Complementary color
Monochromatic Colors of #4866BD
Black with #4866BD
Text Example
Text Example
White with #4866BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4866BD; }
p { color: rgb(72,102,189); }
H1.HeaderClassName
{
color: #4866BD;
}
.AnyTagClassName
{
color: #4866BD;
}
</style>
background-color css
<style>
a { background-color: #4866BD; }
a { background-color: rgb(72,102,189); }
div.DivClassName
{
background-color: #4866BD;
}
.BgClassName
{
background-color: #4866BD;
}
</style>
border-color css
<style>
span { border-color: #4866BD; }
span { border-color: rgb(72,102,189); }
td.TdClassName
{
border-color: #4866BD;
}
.TagClassName
{
border-color: #4866BD;
}
</style>