Shades of Free Speech Blue #466BBB
Tints of Free Speech Blue #466BBB
RGB
CMYK
RGB Variations
Color information
#466BBB (or 0x466BBB) is known color: Free Speech Blue. HEX triplet: 46, 6B and BB. RGB value is (70,107,187). Sum of RGB (Red+Green+Blue) = 70+107+187=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #466BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466BBB is #B99444. Grayscale: #686868. Windows color (decimal): -12162117 or 12282694. OLE color: 12282694.
HSL color Cylindrical-coordinate representation of color #466BBB: hue angle of 221.03º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #466BBB is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 107 | 187 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.27 |
| HSL | 221.03º | 0.46% | 0.5% | - |
| HSV(B) | 221.03º | 0.63% | 0.73% | - |
| XYZ | 16.75 | 15.41 | 49.1 | - |
| YUV | 105.06 | 174.24 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 107 | 187 | 0.63 | 0.43 | 0 | 0.27 | 221.03 | 0.46 | 0.5 |
| Hex | 46 | 6B | BB | 3F | 2B | 0 | 1B | DD | 2E | 32 |
| Octal | 106 | 153 | 273 | 77 | 53 | 0 | 33 | 335 | 56 | 62 |
| Binary | 1000110 | 1101011 | 10111011 | 111111 | 101011 | 0 | 11011 | 11011101 | 101110 | 110010 |
Color Harmonies of #466BBB
Complementary color
Monochromatic Colors of #466BBB
Black with #466BBB
Text Example
Text Example
White with #466BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466BBB; }
p { color: rgb(70,107,187); }
H1.HeaderClassName
{
color: #466BBB;
}
.AnyTagClassName
{
color: #466BBB;
}
</style>
background-color css
<style>
a { background-color: #466BBB; }
a { background-color: rgb(70,107,187); }
div.DivClassName
{
background-color: #466BBB;
}
.BgClassName
{
background-color: #466BBB;
}
</style>
border-color css
<style>
span { border-color: #466BBB; }
span { border-color: rgb(70,107,187); }
td.TdClassName
{
border-color: #466BBB;
}
.TagClassName
{
border-color: #466BBB;
}
</style>