Shades of Free Speech Blue #454FCD
Tints of Free Speech Blue #454FCD
RGB
CMYK
RGB Variations
Color information
#454FCD (or 0x454FCD) is known color: Free Speech Blue. HEX triplet: 45, 4F and CD. RGB value is (69,79,205). Sum of RGB (Red+Green+Blue) = 69+79+205=353 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.55% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #454FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454FCD is #BAB032. Grayscale: #595959. Windows color (decimal): -12234803 or 13455173. OLE color: 13455173.
HSL color Cylindrical-coordinate representation of color #454FCD: hue angle of 235.59º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #454FCD is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 79 | 205 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.20 |
| HSL | 235.59º | 0.58% | 0.54% | - |
| HSV(B) | 235.59º | 0.66% | 0.8% | - |
| XYZ | 16.27 | 11.26 | 59.07 | - |
| YUV | 90.37 | 192.69 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 205 | 0.66 | 0.61 | 0 | 0.20 | 235.59 | 0.58 | 0.54 |
| Hex | 45 | 4F | CD | 42 | 3D | 0 | 14 | EC | 3A | 36 |
| Octal | 105 | 117 | 315 | 102 | 75 | 0 | 24 | 354 | 72 | 66 |
| Binary | 1000101 | 1001111 | 11001101 | 1000010 | 111101 | 0 | 10100 | 11101100 | 111010 | 110110 |
Color Harmonies of #454FCD
Complementary color
Monochromatic Colors of #454FCD
Black with #454FCD
Text Example
Text Example
White with #454FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454FCD; }
p { color: rgb(69,79,205); }
H1.HeaderClassName
{
color: #454FCD;
}
.AnyTagClassName
{
color: #454FCD;
}
</style>
background-color css
<style>
a { background-color: #454FCD; }
a { background-color: rgb(69,79,205); }
div.DivClassName
{
background-color: #454FCD;
}
.BgClassName
{
background-color: #454FCD;
}
</style>
border-color css
<style>
span { border-color: #454FCD; }
span { border-color: rgb(69,79,205); }
td.TdClassName
{
border-color: #454FCD;
}
.TagClassName
{
border-color: #454FCD;
}
</style>