Shades of Free Speech Blue #456BC5
Tints of Free Speech Blue #456BC5
RGB
CMYK
RGB Variations
Color information
#456BC5 (or 0x456BC5) is known color: Free Speech Blue. HEX triplet: 45, 6B and C5. RGB value is (69,107,197). Sum of RGB (Red+Green+Blue) = 69+107+197=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 197 (77.34% from 255 or 52.82% from 373); Max value from RGB is 197 - color contains mainly: blue. Hex color #456BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456BC5 is #BA943A. Grayscale: #696969. Windows color (decimal): -12227643 or 12938053. OLE color: 12938053.
HSL color Cylindrical-coordinate representation of color #456BC5: hue angle of 222.19º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #456BC5 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 107 | 197 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.23 |
| HSL | 222.19º | 0.52% | 0.52% | - |
| HSV(B) | 222.19º | 0.65% | 0.77% | - |
| XYZ | 17.79 | 15.81 | 54.94 | - |
| YUV | 105.9 | 179.41 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 197 | 0.65 | 0.46 | 0 | 0.23 | 222.19 | 0.52 | 0.52 |
| Hex | 45 | 6B | C5 | 41 | 2E | 0 | 17 | DE | 34 | 34 |
| Octal | 105 | 153 | 305 | 101 | 56 | 0 | 27 | 336 | 64 | 64 |
| Binary | 1000101 | 1101011 | 11000101 | 1000001 | 101110 | 0 | 10111 | 11011110 | 110100 | 110100 |
Color Harmonies of #456BC5
Complementary color
Monochromatic Colors of #456BC5
Black with #456BC5
Text Example
Text Example
White with #456BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456BC5; }
p { color: rgb(69,107,197); }
H1.HeaderClassName
{
color: #456BC5;
}
.AnyTagClassName
{
color: #456BC5;
}
</style>
background-color css
<style>
a { background-color: #456BC5; }
a { background-color: rgb(69,107,197); }
div.DivClassName
{
background-color: #456BC5;
}
.BgClassName
{
background-color: #456BC5;
}
</style>
border-color css
<style>
span { border-color: #456BC5; }
span { border-color: rgb(69,107,197); }
td.TdClassName
{
border-color: #456BC5;
}
.TagClassName
{
border-color: #456BC5;
}
</style>