Shades of Free Speech Blue #454DBE
Tints of Free Speech Blue #454DBE
RGB
CMYK
RGB Variations
Color information
#454DBE (or 0x454DBE) is known color: Free Speech Blue. HEX triplet: 45, 4D and BE. RGB value is (69,77,190). Sum of RGB (Red+Green+Blue) = 69+77+190=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #454DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454DBE is #BAB241. Grayscale: #575757. Windows color (decimal): -12235330 or 12471621. OLE color: 12471621.
HSL color Cylindrical-coordinate representation of color #454DBE: hue angle of 236.03º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #454DBE is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 77 | 190 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.25 |
| HSL | 236.03º | 0.48% | 0.51% | - |
| HSV(B) | 236.03º | 0.64% | 0.75% | - |
| XYZ | 14.4 | 10.29 | 49.94 | - |
| YUV | 87.49 | 185.85 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 190 | 0.64 | 0.59 | 0 | 0.25 | 236.03 | 0.48 | 0.51 |
| Hex | 45 | 4D | BE | 40 | 3B | 0 | 19 | EC | 30 | 33 |
| Octal | 105 | 115 | 276 | 100 | 73 | 0 | 31 | 354 | 60 | 63 |
| Binary | 1000101 | 1001101 | 10111110 | 1000000 | 111011 | 0 | 11001 | 11101100 | 110000 | 110011 |
Color Harmonies of #454DBE
Complementary color
Monochromatic Colors of #454DBE
Black with #454DBE
Text Example
Text Example
White with #454DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454DBE; }
p { color: rgb(69,77,190); }
H1.HeaderClassName
{
color: #454DBE;
}
.AnyTagClassName
{
color: #454DBE;
}
</style>
background-color css
<style>
a { background-color: #454DBE; }
a { background-color: rgb(69,77,190); }
div.DivClassName
{
background-color: #454DBE;
}
.BgClassName
{
background-color: #454DBE;
}
</style>
border-color css
<style>
span { border-color: #454DBE; }
span { border-color: rgb(69,77,190); }
td.TdClassName
{
border-color: #454DBE;
}
.TagClassName
{
border-color: #454DBE;
}
</style>