Shades of Free Speech Blue #455DBB
Tints of Free Speech Blue #455DBB
RGB
CMYK
RGB Variations
Color information
#455DBB (or 0x455DBB) is known color: Free Speech Blue. HEX triplet: 45, 5D and BB. RGB value is (69,93,187). Sum of RGB (Red+Green+Blue) = 69+93+187=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #455DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455DBB is #BAA244. Grayscale: #606060. Windows color (decimal): -12231237 or 12279109. OLE color: 12279109.
HSL color Cylindrical-coordinate representation of color #455DBB: hue angle of 227.8º 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 #455DBB is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 93 | 187 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.27 |
| HSL | 227.8º | 0.46% | 0.5% | - |
| HSV(B) | 227.8º | 0.63% | 0.73% | - |
| XYZ | 15.34 | 12.68 | 48.65 | - |
| YUV | 96.54 | 179.05 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 187 | 0.63 | 0.50 | 0 | 0.27 | 227.8 | 0.46 | 0.5 |
| Hex | 45 | 5D | BB | 3F | 32 | 0 | 1B | E4 | 2E | 32 |
| Octal | 105 | 135 | 273 | 77 | 62 | 0 | 33 | 344 | 56 | 62 |
| Binary | 1000101 | 1011101 | 10111011 | 111111 | 110010 | 0 | 11011 | 11100100 | 101110 | 110010 |
Color Harmonies of #455DBB
Complementary color
Monochromatic Colors of #455DBB
Black with #455DBB
Text Example
Text Example
White with #455DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455DBB; }
p { color: rgb(69,93,187); }
H1.HeaderClassName
{
color: #455DBB;
}
.AnyTagClassName
{
color: #455DBB;
}
</style>
background-color css
<style>
a { background-color: #455DBB; }
a { background-color: rgb(69,93,187); }
div.DivClassName
{
background-color: #455DBB;
}
.BgClassName
{
background-color: #455DBB;
}
</style>
border-color css
<style>
span { border-color: #455DBB; }
span { border-color: rgb(69,93,187); }
td.TdClassName
{
border-color: #455DBB;
}
.TagClassName
{
border-color: #455DBB;
}
</style>