Shades of Free Speech Blue #454EC6
Tints of Free Speech Blue #454EC6
RGB
CMYK
RGB Variations
Color information
#454EC6 (or 0x454EC6) is known color: Free Speech Blue. HEX triplet: 45, 4E and C6. RGB value is (69,78,198). Sum of RGB (Red+Green+Blue) = 69+78+198=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 198 (77.73% from 255 or 57.39% from 345); Max value from RGB is 198 - color contains mainly: blue. Hex color #454EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454EC6 is #BAB139. Grayscale: #585858. Windows color (decimal): -12235066 or 12996165. OLE color: 12996165.
HSL color Cylindrical-coordinate representation of color #454EC6: hue angle of 235.81º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #454EC6 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 78 | 198 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.22 |
| HSL | 235.81º | 0.53% | 0.52% | - |
| HSV(B) | 235.81º | 0.65% | 0.78% | - |
| XYZ | 15.37 | 10.79 | 54.7 | - |
| YUV | 88.99 | 189.52 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 198 | 0.65 | 0.61 | 0 | 0.22 | 235.81 | 0.53 | 0.52 |
| Hex | 45 | 4E | C6 | 41 | 3D | 0 | 16 | EC | 35 | 34 |
| Octal | 105 | 116 | 306 | 101 | 75 | 0 | 26 | 354 | 65 | 64 |
| Binary | 1000101 | 1001110 | 11000110 | 1000001 | 111101 | 0 | 10110 | 11101100 | 110101 | 110100 |
Color Harmonies of #454EC6
Complementary color
Monochromatic Colors of #454EC6
Black with #454EC6
Text Example
Text Example
White with #454EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454EC6; }
p { color: rgb(69,78,198); }
H1.HeaderClassName
{
color: #454EC6;
}
.AnyTagClassName
{
color: #454EC6;
}
</style>
background-color css
<style>
a { background-color: #454EC6; }
a { background-color: rgb(69,78,198); }
div.DivClassName
{
background-color: #454EC6;
}
.BgClassName
{
background-color: #454EC6;
}
</style>
border-color css
<style>
span { border-color: #454EC6; }
span { border-color: rgb(69,78,198); }
td.TdClassName
{
border-color: #454EC6;
}
.TagClassName
{
border-color: #454EC6;
}
</style>