Shades of Free Speech Blue #4666BF
Tints of Free Speech Blue #4666BF
RGB
CMYK
RGB Variations
Color information
#4666BF (or 0x4666BF) is known color: Free Speech Blue. HEX triplet: 46, 66 and BF. RGB value is (70,102,191). Sum of RGB (Red+Green+Blue) = 70+102+191=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #4666BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4666BF is #B99940. Grayscale: #666666. Windows color (decimal): -12163393 or 12543558. OLE color: 12543558.
HSL color Cylindrical-coordinate representation of color #4666BF: hue angle of 224.13º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4666BF is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 102 | 191 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.25 |
| HSL | 224.13º | 0.49% | 0.51% | - |
| HSV(B) | 224.13º | 0.63% | 0.75% | - |
| XYZ | 16.68 | 14.57 | 51.22 | - |
| YUV | 102.58 | 177.9 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 102 | 191 | 0.63 | 0.47 | 0 | 0.25 | 224.13 | 0.49 | 0.51 |
| Hex | 46 | 66 | BF | 3F | 2F | 0 | 19 | E0 | 31 | 33 |
| Octal | 106 | 146 | 277 | 77 | 57 | 0 | 31 | 340 | 61 | 63 |
| Binary | 1000110 | 1100110 | 10111111 | 111111 | 101111 | 0 | 11001 | 11100000 | 110001 | 110011 |
Color Harmonies of #4666BF
Complementary color
Monochromatic Colors of #4666BF
Black with #4666BF
Text Example
Text Example
White with #4666BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4666BF; }
p { color: rgb(70,102,191); }
H1.HeaderClassName
{
color: #4666BF;
}
.AnyTagClassName
{
color: #4666BF;
}
</style>
background-color css
<style>
a { background-color: #4666BF; }
a { background-color: rgb(70,102,191); }
div.DivClassName
{
background-color: #4666BF;
}
.BgClassName
{
background-color: #4666BF;
}
</style>
border-color css
<style>
span { border-color: #4666BF; }
span { border-color: rgb(70,102,191); }
td.TdClassName
{
border-color: #4666BF;
}
.TagClassName
{
border-color: #4666BF;
}
</style>