Shades of Free Speech Blue #466CBF
Tints of Free Speech Blue #466CBF
RGB
CMYK
RGB Variations
Color information
#466CBF (or 0x466CBF) is known color: Free Speech Blue. HEX triplet: 46, 6C and BF. RGB value is (70,108,191). Sum of RGB (Red+Green+Blue) = 70+108+191=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #466CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CBF is #B99340. Grayscale: #696969. Windows color (decimal): -12161857 or 12545094. OLE color: 12545094.
HSL color Cylindrical-coordinate representation of color #466CBF: hue angle of 221.16º 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 #466CBF is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 108 | 191 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.25 |
| HSL | 221.16º | 0.49% | 0.51% | - |
| HSV(B) | 221.16º | 0.63% | 0.75% | - |
| XYZ | 17.29 | 15.79 | 51.43 | - |
| YUV | 106.1 | 175.91 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 108 | 191 | 0.63 | 0.43 | 0 | 0.25 | 221.16 | 0.49 | 0.51 |
| Hex | 46 | 6C | BF | 3F | 2B | 0 | 19 | DD | 31 | 33 |
| Octal | 106 | 154 | 277 | 77 | 53 | 0 | 31 | 335 | 61 | 63 |
| Binary | 1000110 | 1101100 | 10111111 | 111111 | 101011 | 0 | 11001 | 11011101 | 110001 | 110011 |
Color Harmonies of #466CBF
Complementary color
Monochromatic Colors of #466CBF
Black with #466CBF
Text Example
Text Example
White with #466CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466CBF; }
p { color: rgb(70,108,191); }
H1.HeaderClassName
{
color: #466CBF;
}
.AnyTagClassName
{
color: #466CBF;
}
</style>
background-color css
<style>
a { background-color: #466CBF; }
a { background-color: rgb(70,108,191); }
div.DivClassName
{
background-color: #466CBF;
}
.BgClassName
{
background-color: #466CBF;
}
</style>
border-color css
<style>
span { border-color: #466CBF; }
span { border-color: rgb(70,108,191); }
td.TdClassName
{
border-color: #466CBF;
}
.TagClassName
{
border-color: #466CBF;
}
</style>