Shades of Free Speech Blue #454ECD
Tints of Free Speech Blue #454ECD
RGB
CMYK
RGB Variations
Color information
#454ECD (or 0x454ECD) is known color: Free Speech Blue. HEX triplet: 45, 4E and CD. RGB value is (69,78,205). Sum of RGB (Red+Green+Blue) = 69+78+205=352 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.60% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #454ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454ECD is #BAB132. Grayscale: #595959. Windows color (decimal): -12235059 or 13454917. OLE color: 13454917.
HSL color Cylindrical-coordinate representation of color #454ECD: hue angle of 236.03º 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 #454ECD is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 78 | 205 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.20 |
| HSL | 236.03º | 0.58% | 0.54% | - |
| HSV(B) | 236.03º | 0.66% | 0.8% | - |
| XYZ | 16.2 | 11.12 | 59.05 | - |
| YUV | 89.79 | 193.02 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 205 | 0.66 | 0.62 | 0 | 0.20 | 236.03 | 0.58 | 0.54 |
| Hex | 45 | 4E | CD | 42 | 3E | 0 | 14 | EC | 3A | 36 |
| Octal | 105 | 116 | 315 | 102 | 76 | 0 | 24 | 354 | 72 | 66 |
| Binary | 1000101 | 1001110 | 11001101 | 1000010 | 111110 | 0 | 10100 | 11101100 | 111010 | 110110 |
Color Harmonies of #454ECD
Complementary color
Monochromatic Colors of #454ECD
Black with #454ECD
Text Example
Text Example
White with #454ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454ECD; }
p { color: rgb(69,78,205); }
H1.HeaderClassName
{
color: #454ECD;
}
.AnyTagClassName
{
color: #454ECD;
}
</style>
background-color css
<style>
a { background-color: #454ECD; }
a { background-color: rgb(69,78,205); }
div.DivClassName
{
background-color: #454ECD;
}
.BgClassName
{
background-color: #454ECD;
}
</style>
border-color css
<style>
span { border-color: #454ECD; }
span { border-color: rgb(69,78,205); }
td.TdClassName
{
border-color: #454ECD;
}
.TagClassName
{
border-color: #454ECD;
}
</style>