Shades of Free Speech Blue #454EBD
Tints of Free Speech Blue #454EBD
RGB
CMYK
RGB Variations
Color information
#454EBD (or 0x454EBD) is known color: Free Speech Blue. HEX triplet: 45, 4E and BD. RGB value is (69,78,189). Sum of RGB (Red+Green+Blue) = 69+78+189=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #454EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454EBD is #BAB142. Grayscale: #575757. Windows color (decimal): -12235075 or 12406341. OLE color: 12406341.
HSL color Cylindrical-coordinate representation of color #454EBD: hue angle of 235.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #454EBD is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 78 | 189 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.26 |
| HSL | 235.5º | 0.48% | 0.51% | - |
| HSV(B) | 235.5º | 0.63% | 0.74% | - |
| XYZ | 14.36 | 10.39 | 49.39 | - |
| YUV | 87.96 | 185.02 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 189 | 0.63 | 0.59 | 0 | 0.26 | 235.5 | 0.48 | 0.51 |
| Hex | 45 | 4E | BD | 3F | 3B | 0 | 1A | EC | 30 | 33 |
| Octal | 105 | 116 | 275 | 77 | 73 | 0 | 32 | 354 | 60 | 63 |
| Binary | 1000101 | 1001110 | 10111101 | 111111 | 111011 | 0 | 11010 | 11101100 | 110000 | 110011 |
Color Harmonies of #454EBD
Complementary color
Monochromatic Colors of #454EBD
Black with #454EBD
Text Example
Text Example
White with #454EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454EBD; }
p { color: rgb(69,78,189); }
H1.HeaderClassName
{
color: #454EBD;
}
.AnyTagClassName
{
color: #454EBD;
}
</style>
background-color css
<style>
a { background-color: #454EBD; }
a { background-color: rgb(69,78,189); }
div.DivClassName
{
background-color: #454EBD;
}
.BgClassName
{
background-color: #454EBD;
}
</style>
border-color css
<style>
span { border-color: #454EBD; }
span { border-color: rgb(69,78,189); }
td.TdClassName
{
border-color: #454EBD;
}
.TagClassName
{
border-color: #454EBD;
}
</style>