Shades of Free Speech Blue #455DB7
Tints of Free Speech Blue #455DB7
RGB
CMYK
RGB Variations
Color information
#455DB7 (or 0x455DB7) is known color: Free Speech Blue. HEX triplet: 45, 5D and B7. RGB value is (69,93,183). Sum of RGB (Red+Green+Blue) = 69+93+183=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 183 (71.88% from 255 or 53.04% from 345); Max value from RGB is 183 - color contains mainly: blue. Hex color #455DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455DB7 is #BAA248. Grayscale: #5F5F5F. Windows color (decimal): -12231241 or 12016965. OLE color: 12016965.
HSL color Cylindrical-coordinate representation of color #455DB7: hue angle of 227.37º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #455DB7 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 69 | 93 | 183 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.28 |
| HSL | 227.37º | 0.45% | 0.49% | - |
| HSV(B) | 227.37º | 0.62% | 0.72% | - |
| XYZ | 14.92 | 12.51 | 46.43 | - |
| YUV | 96.08 | 177.05 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 183 | 0.62 | 0.49 | 0 | 0.28 | 227.37 | 0.45 | 0.49 |
| Hex | 45 | 5D | B7 | 3E | 31 | 0 | 1C | E3 | 2D | 31 |
| Octal | 105 | 135 | 267 | 76 | 61 | 0 | 34 | 343 | 55 | 61 |
| Binary | 1000101 | 1011101 | 10110111 | 111110 | 110001 | 0 | 11100 | 11100011 | 101101 | 110001 |
Color Harmonies of #455DB7
Complementary color
Monochromatic Colors of #455DB7
Black with #455DB7
Text Example
Text Example
White with #455DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455DB7; }
p { color: rgb(69,93,183); }
H1.HeaderClassName
{
color: #455DB7;
}
.AnyTagClassName
{
color: #455DB7;
}
</style>
background-color css
<style>
a { background-color: #455DB7; }
a { background-color: rgb(69,93,183); }
div.DivClassName
{
background-color: #455DB7;
}
.BgClassName
{
background-color: #455DB7;
}
</style>
border-color css
<style>
span { border-color: #455DB7; }
span { border-color: rgb(69,93,183); }
td.TdClassName
{
border-color: #455DB7;
}
.TagClassName
{
border-color: #455DB7;
}
</style>