Shades of Free Speech Blue #454BBE
Tints of Free Speech Blue #454BBE
RGB
CMYK
RGB Variations
Color information
#454BBE (or 0x454BBE) is known color: Free Speech Blue. HEX triplet: 45, 4B and BE. RGB value is (69,75,190). Sum of RGB (Red+Green+Blue) = 69+75+190=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #454BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #454BBE is #BAB441. Grayscale: #555555. Windows color (decimal): -12235842 or 12471109. OLE color: 12471109.
HSL color Cylindrical-coordinate representation of color #454BBE: hue angle of 237.02º 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 #454BBE is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 75 | 190 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.25 |
| HSL | 237.02º | 0.48% | 0.51% | - |
| HSV(B) | 237.02º | 0.64% | 0.75% | - |
| XYZ | 14.26 | 10.02 | 49.9 | - |
| YUV | 86.32 | 186.51 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 75 | 190 | 0.64 | 0.61 | 0 | 0.25 | 237.02 | 0.48 | 0.51 |
| Hex | 45 | 4B | BE | 40 | 3D | 0 | 19 | ED | 30 | 33 |
| Octal | 105 | 113 | 276 | 100 | 75 | 0 | 31 | 355 | 60 | 63 |
| Binary | 1000101 | 1001011 | 10111110 | 1000000 | 111101 | 0 | 11001 | 11101101 | 110000 | 110011 |
Color Harmonies of #454BBE
Complementary color
Monochromatic Colors of #454BBE
Black with #454BBE
Text Example
Text Example
White with #454BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454BBE; }
p { color: rgb(69,75,190); }
H1.HeaderClassName
{
color: #454BBE;
}
.AnyTagClassName
{
color: #454BBE;
}
</style>
background-color css
<style>
a { background-color: #454BBE; }
a { background-color: rgb(69,75,190); }
div.DivClassName
{
background-color: #454BBE;
}
.BgClassName
{
background-color: #454BBE;
}
</style>
border-color css
<style>
span { border-color: #454BBE; }
span { border-color: rgb(69,75,190); }
td.TdClassName
{
border-color: #454BBE;
}
.TagClassName
{
border-color: #454BBE;
}
</style>