Shades of Free Speech Blue #456ABB
Tints of Free Speech Blue #456ABB
RGB
CMYK
RGB Variations
Color information
#456ABB (or 0x456ABB) is known color: Free Speech Blue. HEX triplet: 45, 6A and BB. RGB value is (69,106,187). Sum of RGB (Red+Green+Blue) = 69+106+187=362 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.06% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #456ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456ABB is #BA9544. Grayscale: #676767. Windows color (decimal): -12227909 or 12282437. OLE color: 12282437.
HSL color Cylindrical-coordinate representation of color #456ABB: hue angle of 221.19º 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 #456ABB is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 106 | 187 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.27 |
| HSL | 221.19º | 0.46% | 0.5% | - |
| HSV(B) | 221.19º | 0.63% | 0.73% | - |
| XYZ | 16.58 | 15.16 | 49.07 | - |
| YUV | 104.17 | 174.74 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 106 | 187 | 0.63 | 0.43 | 0 | 0.27 | 221.19 | 0.46 | 0.5 |
| Hex | 45 | 6A | BB | 3F | 2B | 0 | 1B | DD | 2E | 32 |
| Octal | 105 | 152 | 273 | 77 | 53 | 0 | 33 | 335 | 56 | 62 |
| Binary | 1000101 | 1101010 | 10111011 | 111111 | 101011 | 0 | 11011 | 11011101 | 101110 | 110010 |
Color Harmonies of #456ABB
Complementary color
Monochromatic Colors of #456ABB
Black with #456ABB
Text Example
Text Example
White with #456ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456ABB; }
p { color: rgb(69,106,187); }
H1.HeaderClassName
{
color: #456ABB;
}
.AnyTagClassName
{
color: #456ABB;
}
</style>
background-color css
<style>
a { background-color: #456ABB; }
a { background-color: rgb(69,106,187); }
div.DivClassName
{
background-color: #456ABB;
}
.BgClassName
{
background-color: #456ABB;
}
</style>
border-color css
<style>
span { border-color: #456ABB; }
span { border-color: rgb(69,106,187); }
td.TdClassName
{
border-color: #456ABB;
}
.TagClassName
{
border-color: #456ABB;
}
</style>