Shades of Free Speech Blue #456BBE
Tints of Free Speech Blue #456BBE
RGB
CMYK
RGB Variations
Color information
#456BBE (or 0x456BBE) is known color: Free Speech Blue. HEX triplet: 45, 6B and BE. RGB value is (69,107,190). Sum of RGB (Red+Green+Blue) = 69+107+190=366 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.85% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #456BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456BBE is #BA9441. Grayscale: #686868. Windows color (decimal): -12227650 or 12479301. OLE color: 12479301.
HSL color Cylindrical-coordinate representation of color #456BBE: hue angle of 221.16º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #456BBE is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 107 | 190 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.25 |
| HSL | 221.16º | 0.48% | 0.51% | - |
| HSV(B) | 221.16º | 0.64% | 0.75% | - |
| XYZ | 17.01 | 15.5 | 50.81 | - |
| YUV | 105.1 | 175.91 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 190 | 0.64 | 0.44 | 0 | 0.25 | 221.16 | 0.48 | 0.51 |
| Hex | 45 | 6B | BE | 40 | 2C | 0 | 19 | DD | 30 | 33 |
| Octal | 105 | 153 | 276 | 100 | 54 | 0 | 31 | 335 | 60 | 63 |
| Binary | 1000101 | 1101011 | 10111110 | 1000000 | 101100 | 0 | 11001 | 11011101 | 110000 | 110011 |
Color Harmonies of #456BBE
Complementary color
Monochromatic Colors of #456BBE
Black with #456BBE
Text Example
Text Example
White with #456BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456BBE; }
p { color: rgb(69,107,190); }
H1.HeaderClassName
{
color: #456BBE;
}
.AnyTagClassName
{
color: #456BBE;
}
</style>
background-color css
<style>
a { background-color: #456BBE; }
a { background-color: rgb(69,107,190); }
div.DivClassName
{
background-color: #456BBE;
}
.BgClassName
{
background-color: #456BBE;
}
</style>
border-color css
<style>
span { border-color: #456BBE; }
span { border-color: rgb(69,107,190); }
td.TdClassName
{
border-color: #456BBE;
}
.TagClassName
{
border-color: #456BBE;
}
</style>