Shades of Free Speech Blue #454DB6
Tints of Free Speech Blue #454DB6
RGB
CMYK
RGB Variations
Color information
#454DB6 (or 0x454DB6) is known color: Free Speech Blue. HEX triplet: 45, 4D and B6. RGB value is (69,77,182). Sum of RGB (Red+Green+Blue) = 69+77+182=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 182 (71.48% from 255 or 55.49% from 328); Max value from RGB is 182 - color contains mainly: blue. Hex color #454DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454DB6 is #BAB249. Grayscale: #565656. Windows color (decimal): -12235338 or 11947333. OLE color: 11947333.
HSL color Cylindrical-coordinate representation of color #454DB6: hue angle of 235.75º 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 #454DB6 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 77 | 182 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.29 |
| HSL | 235.75º | 0.45% | 0.49% | - |
| HSV(B) | 235.75º | 0.62% | 0.71% | - |
| XYZ | 13.55 | 9.95 | 45.46 | - |
| YUV | 86.58 | 181.85 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 77 | 182 | 0.62 | 0.58 | 0 | 0.29 | 235.75 | 0.45 | 0.49 |
| Hex | 45 | 4D | B6 | 3E | 3A | 0 | 1D | EC | 2D | 31 |
| Octal | 105 | 115 | 266 | 76 | 72 | 0 | 35 | 354 | 55 | 61 |
| Binary | 1000101 | 1001101 | 10110110 | 111110 | 111010 | 0 | 11101 | 11101100 | 101101 | 110001 |
Color Harmonies of #454DB6
Complementary color
Monochromatic Colors of #454DB6
Black with #454DB6
Text Example
Text Example
White with #454DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454DB6; }
p { color: rgb(69,77,182); }
H1.HeaderClassName
{
color: #454DB6;
}
.AnyTagClassName
{
color: #454DB6;
}
</style>
background-color css
<style>
a { background-color: #454DB6; }
a { background-color: rgb(69,77,182); }
div.DivClassName
{
background-color: #454DB6;
}
.BgClassName
{
background-color: #454DB6;
}
</style>
border-color css
<style>
span { border-color: #454DB6; }
span { border-color: rgb(69,77,182); }
td.TdClassName
{
border-color: #454DB6;
}
.TagClassName
{
border-color: #454DB6;
}
</style>