Shades of Free Speech Blue #456BBA
Tints of Free Speech Blue #456BBA
RGB
CMYK
RGB Variations
Color information
#456BBA (or 0x456BBA) is known color: Free Speech Blue. HEX triplet: 45, 6B and BA. RGB value is (69,107,186). Sum of RGB (Red+Green+Blue) = 69+107+186=362 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.06% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #456BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456BBA is #BA9445. Grayscale: #686868. Windows color (decimal): -12227654 or 12217157. OLE color: 12217157.
HSL color Cylindrical-coordinate representation of color #456BBA: hue angle of 220.51º 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 #456BBA is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 107 | 186 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.27 |
| HSL | 220.51º | 0.46% | 0.5% | - |
| HSV(B) | 220.51º | 0.63% | 0.73% | - |
| XYZ | 16.57 | 15.33 | 48.54 | - |
| YUV | 104.64 | 173.91 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 186 | 0.63 | 0.42 | 0 | 0.27 | 220.51 | 0.46 | 0.5 |
| Hex | 45 | 6B | BA | 3F | 2A | 0 | 1B | DD | 2E | 32 |
| Octal | 105 | 153 | 272 | 77 | 52 | 0 | 33 | 335 | 56 | 62 |
| Binary | 1000101 | 1101011 | 10111010 | 111111 | 101010 | 0 | 11011 | 11011101 | 101110 | 110010 |
Color Harmonies of #456BBA
Complementary color
Monochromatic Colors of #456BBA
Black with #456BBA
Text Example
Text Example
White with #456BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456BBA; }
p { color: rgb(69,107,186); }
H1.HeaderClassName
{
color: #456BBA;
}
.AnyTagClassName
{
color: #456BBA;
}
</style>
background-color css
<style>
a { background-color: #456BBA; }
a { background-color: rgb(69,107,186); }
div.DivClassName
{
background-color: #456BBA;
}
.BgClassName
{
background-color: #456BBA;
}
</style>
border-color css
<style>
span { border-color: #456BBA; }
span { border-color: rgb(69,107,186); }
td.TdClassName
{
border-color: #456BBA;
}
.TagClassName
{
border-color: #456BBA;
}
</style>