Shades of Free Speech Blue #455DB9
Tints of Free Speech Blue #455DB9
RGB
CMYK
RGB Variations
Color information
#455DB9 (or 0x455DB9) is known color: Free Speech Blue. HEX triplet: 45, 5D and B9. RGB value is (69,93,185). Sum of RGB (Red+Green+Blue) = 69+93+185=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #455DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455DB9 is #BAA246. Grayscale: #5F5F5F. Windows color (decimal): -12231239 or 12148037. OLE color: 12148037.
HSL color Cylindrical-coordinate representation of color #455DB9: hue angle of 227.59º 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 #455DB9 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 93 | 185 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.27 |
| HSL | 227.59º | 0.46% | 0.5% | - |
| HSV(B) | 227.59º | 0.63% | 0.73% | - |
| XYZ | 15.13 | 12.6 | 47.53 | - |
| YUV | 96.31 | 178.05 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 185 | 0.63 | 0.50 | 0 | 0.27 | 227.59 | 0.46 | 0.5 |
| Hex | 45 | 5D | B9 | 3F | 32 | 0 | 1B | E4 | 2E | 32 |
| Octal | 105 | 135 | 271 | 77 | 62 | 0 | 33 | 344 | 56 | 62 |
| Binary | 1000101 | 1011101 | 10111001 | 111111 | 110010 | 0 | 11011 | 11100100 | 101110 | 110010 |
Color Harmonies of #455DB9
Complementary color
Monochromatic Colors of #455DB9
Black with #455DB9
Text Example
Text Example
White with #455DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455DB9; }
p { color: rgb(69,93,185); }
H1.HeaderClassName
{
color: #455DB9;
}
.AnyTagClassName
{
color: #455DB9;
}
</style>
background-color css
<style>
a { background-color: #455DB9; }
a { background-color: rgb(69,93,185); }
div.DivClassName
{
background-color: #455DB9;
}
.BgClassName
{
background-color: #455DB9;
}
</style>
border-color css
<style>
span { border-color: #455DB9; }
span { border-color: rgb(69,93,185); }
td.TdClassName
{
border-color: #455DB9;
}
.TagClassName
{
border-color: #455DB9;
}
</style>