Shades of Free Speech Blue #466ABC
Tints of Free Speech Blue #466ABC
RGB
CMYK
RGB Variations
Color information
#466ABC (or 0x466ABC) is known color: Free Speech Blue. HEX triplet: 46, 6A and BC. RGB value is (70,106,188). Sum of RGB (Red+Green+Blue) = 70+106+188=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #466ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466ABC is #B99543. Grayscale: #686868. Windows color (decimal): -12162372 or 12347974. OLE color: 12347974.
HSL color Cylindrical-coordinate representation of color #466ABC: hue angle of 221.69º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #466ABC is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 106 | 188 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.26 |
| HSL | 221.69º | 0.47% | 0.51% | - |
| HSV(B) | 221.69º | 0.63% | 0.74% | - |
| XYZ | 16.76 | 15.24 | 49.64 | - |
| YUV | 104.58 | 175.07 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 106 | 188 | 0.63 | 0.44 | 0 | 0.26 | 221.69 | 0.47 | 0.51 |
| Hex | 46 | 6A | BC | 3F | 2C | 0 | 1A | DE | 2F | 33 |
| Octal | 106 | 152 | 274 | 77 | 54 | 0 | 32 | 336 | 57 | 63 |
| Binary | 1000110 | 1101010 | 10111100 | 111111 | 101100 | 0 | 11010 | 11011110 | 101111 | 110011 |
Color Harmonies of #466ABC
Complementary color
Monochromatic Colors of #466ABC
Black with #466ABC
Text Example
Text Example
White with #466ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466ABC; }
p { color: rgb(70,106,188); }
H1.HeaderClassName
{
color: #466ABC;
}
.AnyTagClassName
{
color: #466ABC;
}
</style>
background-color css
<style>
a { background-color: #466ABC; }
a { background-color: rgb(70,106,188); }
div.DivClassName
{
background-color: #466ABC;
}
.BgClassName
{
background-color: #466ABC;
}
</style>
border-color css
<style>
span { border-color: #466ABC; }
span { border-color: rgb(70,106,188); }
td.TdClassName
{
border-color: #466ABC;
}
.TagClassName
{
border-color: #466ABC;
}
</style>