Shades of Free Speech Blue #454FB6
Tints of Free Speech Blue #454FB6
RGB
CMYK
RGB Variations
Color information
#454FB6 (or 0x454FB6) is known color: Free Speech Blue. HEX triplet: 45, 4F and B6. RGB value is (69,79,182). Sum of RGB (Red+Green+Blue) = 69+79+182=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 182 (71.48% from 255 or 55.15% from 330); Max value from RGB is 182 - color contains mainly: blue. Hex color #454FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454FB6 is #BAB049. Grayscale: #575757. Windows color (decimal): -12234826 or 11947845. OLE color: 11947845.
HSL color Cylindrical-coordinate representation of color #454FB6: hue angle of 234.69º 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 #454FB6 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 79 | 182 | - |
| CMYK | 0.62 | 0.57 | 0 | 0.29 |
| HSL | 234.69º | 0.45% | 0.49% | - |
| HSV(B) | 234.69º | 0.62% | 0.71% | - |
| XYZ | 13.69 | 10.23 | 45.51 | - |
| YUV | 87.75 | 181.19 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 79 | 182 | 0.62 | 0.57 | 0 | 0.29 | 234.69 | 0.45 | 0.49 |
| Hex | 45 | 4F | B6 | 3E | 39 | 0 | 1D | EB | 2D | 31 |
| Octal | 105 | 117 | 266 | 76 | 71 | 0 | 35 | 353 | 55 | 61 |
| Binary | 1000101 | 1001111 | 10110110 | 111110 | 111001 | 0 | 11101 | 11101011 | 101101 | 110001 |
Color Harmonies of #454FB6
Complementary color
Monochromatic Colors of #454FB6
Black with #454FB6
Text Example
Text Example
White with #454FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454FB6; }
p { color: rgb(69,79,182); }
H1.HeaderClassName
{
color: #454FB6;
}
.AnyTagClassName
{
color: #454FB6;
}
</style>
background-color css
<style>
a { background-color: #454FB6; }
a { background-color: rgb(69,79,182); }
div.DivClassName
{
background-color: #454FB6;
}
.BgClassName
{
background-color: #454FB6;
}
</style>
border-color css
<style>
span { border-color: #454FB6; }
span { border-color: rgb(69,79,182); }
td.TdClassName
{
border-color: #454FB6;
}
.TagClassName
{
border-color: #454FB6;
}
</style>