Shades of Free Speech Blue #454FAF
Tints of Free Speech Blue #454FAF
RGB
CMYK
RGB Variations
Color information
#454FAF (or 0x454FAF) is known color: Free Speech Blue. HEX triplet: 45, 4F and AF. RGB value is (69,79,175). Sum of RGB (Red+Green+Blue) = 69+79+175=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #454FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454FAF is #BAB050. Grayscale: #565656. Windows color (decimal): -12234833 or 11489093. OLE color: 11489093.
HSL color Cylindrical-coordinate representation of color #454FAF: hue angle of 234.34º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #454FAF is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 79 | 175 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.31 |
| HSL | 234.34º | 0.43% | 0.48% | - |
| HSV(B) | 234.34º | 0.61% | 0.69% | - |
| XYZ | 12.99 | 9.95 | 41.79 | - |
| YUV | 86.95 | 177.69 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 175 | 0.61 | 0.55 | 0 | 0.31 | 234.34 | 0.43 | 0.48 |
| Hex | 45 | 4F | AF | 3D | 37 | 0 | 1F | EA | 2B | 30 |
| Octal | 105 | 117 | 257 | 75 | 67 | 0 | 37 | 352 | 53 | 60 |
| Binary | 1000101 | 1001111 | 10101111 | 111101 | 110111 | 0 | 11111 | 11101010 | 101011 | 110000 |
Color Harmonies of #454FAF
Complementary color
Monochromatic Colors of #454FAF
Black with #454FAF
Text Example
Text Example
White with #454FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454FAF; }
p { color: rgb(69,79,175); }
H1.HeaderClassName
{
color: #454FAF;
}
.AnyTagClassName
{
color: #454FAF;
}
</style>
background-color css
<style>
a { background-color: #454FAF; }
a { background-color: rgb(69,79,175); }
div.DivClassName
{
background-color: #454FAF;
}
.BgClassName
{
background-color: #454FAF;
}
</style>
border-color css
<style>
span { border-color: #454FAF; }
span { border-color: rgb(69,79,175); }
td.TdClassName
{
border-color: #454FAF;
}
.TagClassName
{
border-color: #454FAF;
}
</style>