Shades of Free Speech Blue #454DB9
Tints of Free Speech Blue #454DB9
RGB
CMYK
RGB Variations
Color information
#454DB9 (or 0x454DB9) is known color: Free Speech Blue. HEX triplet: 45, 4D and B9. RGB value is (69,77,185). Sum of RGB (Red+Green+Blue) = 69+77+185=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 185 (72.66% from 255 or 55.89% from 331); Max value from RGB is 185 - color contains mainly: blue. Hex color #454DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454DB9 is #BAB246. Grayscale: #565656. Windows color (decimal): -12235335 or 12143941. OLE color: 12143941.
HSL color Cylindrical-coordinate representation of color #454DB9: hue angle of 235.86º 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 #454DB9 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 77 | 185 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.27 |
| HSL | 235.86º | 0.46% | 0.5% | - |
| HSV(B) | 235.86º | 0.63% | 0.73% | - |
| XYZ | 13.87 | 10.08 | 47.11 | - |
| YUV | 86.92 | 183.35 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 185 | 0.63 | 0.58 | 0 | 0.27 | 235.86 | 0.46 | 0.5 |
| Hex | 45 | 4D | B9 | 3F | 3A | 0 | 1B | EC | 2E | 32 |
| Octal | 105 | 115 | 271 | 77 | 72 | 0 | 33 | 354 | 56 | 62 |
| Binary | 1000101 | 1001101 | 10111001 | 111111 | 111010 | 0 | 11011 | 11101100 | 101110 | 110010 |
Color Harmonies of #454DB9
Complementary color
Monochromatic Colors of #454DB9
Black with #454DB9
Text Example
Text Example
White with #454DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454DB9; }
p { color: rgb(69,77,185); }
H1.HeaderClassName
{
color: #454DB9;
}
.AnyTagClassName
{
color: #454DB9;
}
</style>
background-color css
<style>
a { background-color: #454DB9; }
a { background-color: rgb(69,77,185); }
div.DivClassName
{
background-color: #454DB9;
}
.BgClassName
{
background-color: #454DB9;
}
</style>
border-color css
<style>
span { border-color: #454DB9; }
span { border-color: rgb(69,77,185); }
td.TdClassName
{
border-color: #454DB9;
}
.TagClassName
{
border-color: #454DB9;
}
</style>