Shades of Free Speech Blue #456CC5
Tints of Free Speech Blue #456CC5
RGB
CMYK
RGB Variations
Color information
#456CC5 (or 0x456CC5) is known color: Free Speech Blue. HEX triplet: 45, 6C and C5. RGB value is (69,108,197). Sum of RGB (Red+Green+Blue) = 69+108+197=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 197 (77.34% from 255 or 52.67% from 374); Max value from RGB is 197 - color contains mainly: blue. Hex color #456CC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456CC5 is #BA933A. Grayscale: #6A6A6A. Windows color (decimal): -12227387 or 12938309. OLE color: 12938309.
HSL color Cylindrical-coordinate representation of color #456CC5: hue angle of 221.72º 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 #456CC5 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 108 | 197 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.23 |
| HSL | 221.72º | 0.52% | 0.52% | - |
| HSV(B) | 221.72º | 0.65% | 0.77% | - |
| XYZ | 17.89 | 16.02 | 54.97 | - |
| YUV | 106.49 | 179.08 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 197 | 0.65 | 0.45 | 0 | 0.23 | 221.72 | 0.52 | 0.52 |
| Hex | 45 | 6C | C5 | 41 | 2D | 0 | 17 | DE | 34 | 34 |
| Octal | 105 | 154 | 305 | 101 | 55 | 0 | 27 | 336 | 64 | 64 |
| Binary | 1000101 | 1101100 | 11000101 | 1000001 | 101101 | 0 | 10111 | 11011110 | 110100 | 110100 |
Color Harmonies of #456CC5
Complementary color
Monochromatic Colors of #456CC5
Black with #456CC5
Text Example
Text Example
White with #456CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456CC5; }
p { color: rgb(69,108,197); }
H1.HeaderClassName
{
color: #456CC5;
}
.AnyTagClassName
{
color: #456CC5;
}
</style>
background-color css
<style>
a { background-color: #456CC5; }
a { background-color: rgb(69,108,197); }
div.DivClassName
{
background-color: #456CC5;
}
.BgClassName
{
background-color: #456CC5;
}
</style>
border-color css
<style>
span { border-color: #456CC5; }
span { border-color: rgb(69,108,197); }
td.TdClassName
{
border-color: #456CC5;
}
.TagClassName
{
border-color: #456CC5;
}
</style>