Shades of Free Speech Blue #455DB6
Tints of Free Speech Blue #455DB6
RGB
CMYK
RGB Variations
Color information
#455DB6 (or 0x455DB6) is known color: Free Speech Blue. HEX triplet: 45, 5D and B6. RGB value is (69,93,182). Sum of RGB (Red+Green+Blue) = 69+93+182=344 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.06% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 182 (71.48% from 255 or 52.91% from 344); Max value from RGB is 182 - color contains mainly: blue. Hex color #455DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455DB6 is #BAA249. Grayscale: #5F5F5F. Windows color (decimal): -12231242 or 11951429. OLE color: 11951429.
HSL color Cylindrical-coordinate representation of color #455DB6: hue angle of 227.26º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #455DB6 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 93 | 182 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.29 |
| HSL | 227.26º | 0.45% | 0.49% | - |
| HSV(B) | 227.26º | 0.62% | 0.71% | - |
| XYZ | 14.81 | 12.47 | 45.88 | - |
| YUV | 95.97 | 176.55 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 182 | 0.62 | 0.49 | 0 | 0.29 | 227.26 | 0.45 | 0.49 |
| Hex | 45 | 5D | B6 | 3E | 31 | 0 | 1D | E3 | 2D | 31 |
| Octal | 105 | 135 | 266 | 76 | 61 | 0 | 35 | 343 | 55 | 61 |
| Binary | 1000101 | 1011101 | 10110110 | 111110 | 110001 | 0 | 11101 | 11100011 | 101101 | 110001 |
Color Harmonies of #455DB6
Complementary color
Monochromatic Colors of #455DB6
Black with #455DB6
Text Example
Text Example
White with #455DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455DB6; }
p { color: rgb(69,93,182); }
H1.HeaderClassName
{
color: #455DB6;
}
.AnyTagClassName
{
color: #455DB6;
}
</style>
background-color css
<style>
a { background-color: #455DB6; }
a { background-color: rgb(69,93,182); }
div.DivClassName
{
background-color: #455DB6;
}
.BgClassName
{
background-color: #455DB6;
}
</style>
border-color css
<style>
span { border-color: #455DB6; }
span { border-color: rgb(69,93,182); }
td.TdClassName
{
border-color: #455DB6;
}
.TagClassName
{
border-color: #455DB6;
}
</style>