Shades of Free Speech Blue #454EC7
Tints of Free Speech Blue #454EC7
RGB
CMYK
RGB Variations
Color information
#454EC7 (or 0x454EC7) is known color: Free Speech Blue. HEX triplet: 45, 4E and C7. RGB value is (69,78,199). Sum of RGB (Red+Green+Blue) = 69+78+199=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 199 (78.12% from 255 or 57.51% from 346); Max value from RGB is 199 - color contains mainly: blue. Hex color #454EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454EC7 is #BAB138. Grayscale: #585858. Windows color (decimal): -12235065 or 13061701. OLE color: 13061701.
HSL color Cylindrical-coordinate representation of color #454EC7: hue angle of 235.85º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #454EC7 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 78 | 199 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.22 |
| HSL | 235.85º | 0.54% | 0.53% | - |
| HSV(B) | 235.85º | 0.65% | 0.78% | - |
| XYZ | 15.49 | 10.84 | 55.31 | - |
| YUV | 89.1 | 190.02 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 199 | 0.65 | 0.61 | 0 | 0.22 | 235.85 | 0.54 | 0.53 |
| Hex | 45 | 4E | C7 | 41 | 3D | 0 | 16 | EC | 36 | 35 |
| Octal | 105 | 116 | 307 | 101 | 75 | 0 | 26 | 354 | 66 | 65 |
| Binary | 1000101 | 1001110 | 11000111 | 1000001 | 111101 | 0 | 10110 | 11101100 | 110110 | 110101 |
Color Harmonies of #454EC7
Complementary color
Monochromatic Colors of #454EC7
Black with #454EC7
Text Example
Text Example
White with #454EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454EC7; }
p { color: rgb(69,78,199); }
H1.HeaderClassName
{
color: #454EC7;
}
.AnyTagClassName
{
color: #454EC7;
}
</style>
background-color css
<style>
a { background-color: #454EC7; }
a { background-color: rgb(69,78,199); }
div.DivClassName
{
background-color: #454EC7;
}
.BgClassName
{
background-color: #454EC7;
}
</style>
border-color css
<style>
span { border-color: #454EC7; }
span { border-color: rgb(69,78,199); }
td.TdClassName
{
border-color: #454EC7;
}
.TagClassName
{
border-color: #454EC7;
}
</style>