Shades of Free Speech Blue #454DBB
Tints of Free Speech Blue #454DBB
RGB
CMYK
RGB Variations
Color information
#454DBB (or 0x454DBB) is known color: Free Speech Blue. HEX triplet: 45, 4D and BB. RGB value is (69,77,187). Sum of RGB (Red+Green+Blue) = 69+77+187=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #454DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454DBB is #BAB244. Grayscale: #565656. Windows color (decimal): -12235333 or 12275013. OLE color: 12275013.
HSL color Cylindrical-coordinate representation of color #454DBB: hue angle of 235.93º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #454DBB is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 77 | 187 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.27 |
| HSL | 235.93º | 0.46% | 0.5% | - |
| HSV(B) | 235.93º | 0.63% | 0.73% | - |
| XYZ | 14.08 | 10.16 | 48.23 | - |
| YUV | 87.15 | 184.35 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 187 | 0.63 | 0.59 | 0 | 0.27 | 235.93 | 0.46 | 0.5 |
| Hex | 45 | 4D | BB | 3F | 3B | 0 | 1B | EC | 2E | 32 |
| Octal | 105 | 115 | 273 | 77 | 73 | 0 | 33 | 354 | 56 | 62 |
| Binary | 1000101 | 1001101 | 10111011 | 111111 | 111011 | 0 | 11011 | 11101100 | 101110 | 110010 |
Color Harmonies of #454DBB
Complementary color
Monochromatic Colors of #454DBB
Black with #454DBB
Text Example
Text Example
White with #454DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454DBB; }
p { color: rgb(69,77,187); }
H1.HeaderClassName
{
color: #454DBB;
}
.AnyTagClassName
{
color: #454DBB;
}
</style>
background-color css
<style>
a { background-color: #454DBB; }
a { background-color: rgb(69,77,187); }
div.DivClassName
{
background-color: #454DBB;
}
.BgClassName
{
background-color: #454DBB;
}
</style>
border-color css
<style>
span { border-color: #454DBB; }
span { border-color: rgb(69,77,187); }
td.TdClassName
{
border-color: #454DBB;
}
.TagClassName
{
border-color: #454DBB;
}
</style>