Shades of Free Speech Blue #454DCF
Tints of Free Speech Blue #454DCF
RGB
CMYK
RGB Variations
Color information
#454DCF (or 0x454DCF) is known color: Free Speech Blue. HEX triplet: 45, 4D and CF. RGB value is (69,77,207). Sum of RGB (Red+Green+Blue) = 69+77+207=353 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.55% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #454DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454DCF is #BAB230. Grayscale: #585858. Windows color (decimal): -12235313 or 13585733. OLE color: 13585733.
HSL color Cylindrical-coordinate representation of color #454DCF: hue angle of 236.52º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #454DCF is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 77 | 207 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.19 |
| HSL | 236.52º | 0.59% | 0.54% | - |
| HSV(B) | 236.52º | 0.67% | 0.81% | - |
| XYZ | 16.37 | 11.08 | 60.31 | - |
| YUV | 89.43 | 194.35 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 207 | 0.67 | 0.63 | 0 | 0.19 | 236.52 | 0.59 | 0.54 |
| Hex | 45 | 4D | CF | 43 | 3F | 0 | 13 | ED | 3B | 36 |
| Octal | 105 | 115 | 317 | 103 | 77 | 0 | 23 | 355 | 73 | 66 |
| Binary | 1000101 | 1001101 | 11001111 | 1000011 | 111111 | 0 | 10011 | 11101101 | 111011 | 110110 |
Color Harmonies of #454DCF
Complementary color
Monochromatic Colors of #454DCF
Black with #454DCF
Text Example
Text Example
White with #454DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454DCF; }
p { color: rgb(69,77,207); }
H1.HeaderClassName
{
color: #454DCF;
}
.AnyTagClassName
{
color: #454DCF;
}
</style>
background-color css
<style>
a { background-color: #454DCF; }
a { background-color: rgb(69,77,207); }
div.DivClassName
{
background-color: #454DCF;
}
.BgClassName
{
background-color: #454DCF;
}
</style>
border-color css
<style>
span { border-color: #454DCF; }
span { border-color: rgb(69,77,207); }
td.TdClassName
{
border-color: #454DCF;
}
.TagClassName
{
border-color: #454DCF;
}
</style>