Shades of Free Speech Blue #456CC0
Tints of Free Speech Blue #456CC0
RGB
CMYK
RGB Variations
Color information
#456CC0 (or 0x456CC0) is known color: Free Speech Blue. HEX triplet: 45, 6C and C0. RGB value is (69,108,192). Sum of RGB (Red+Green+Blue) = 69+108+192=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 192 (75.39% from 255 or 52.03% from 369); Max value from RGB is 192 - color contains mainly: blue. Hex color #456CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456CC0 is #BA933F. Grayscale: #696969. Windows color (decimal): -12227392 or 12610629. OLE color: 12610629.
HSL color Cylindrical-coordinate representation of color #456CC0: hue angle of 220.98º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #456CC0 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 108 | 192 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.25 |
| HSL | 220.98º | 0.49% | 0.51% | - |
| HSV(B) | 220.98º | 0.64% | 0.75% | - |
| XYZ | 17.33 | 15.8 | 52 | - |
| YUV | 105.92 | 176.58 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 192 | 0.64 | 0.44 | 0 | 0.25 | 220.98 | 0.49 | 0.51 |
| Hex | 45 | 6C | C0 | 40 | 2C | 0 | 19 | DD | 31 | 33 |
| Octal | 105 | 154 | 300 | 100 | 54 | 0 | 31 | 335 | 61 | 63 |
| Binary | 1000101 | 1101100 | 11000000 | 1000000 | 101100 | 0 | 11001 | 11011101 | 110001 | 110011 |
Color Harmonies of #456CC0
Complementary color
Monochromatic Colors of #456CC0
Black with #456CC0
Text Example
Text Example
White with #456CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456CC0; }
p { color: rgb(69,108,192); }
H1.HeaderClassName
{
color: #456CC0;
}
.AnyTagClassName
{
color: #456CC0;
}
</style>
background-color css
<style>
a { background-color: #456CC0; }
a { background-color: rgb(69,108,192); }
div.DivClassName
{
background-color: #456CC0;
}
.BgClassName
{
background-color: #456CC0;
}
</style>
border-color css
<style>
span { border-color: #456CC0; }
span { border-color: rgb(69,108,192); }
td.TdClassName
{
border-color: #456CC0;
}
.TagClassName
{
border-color: #456CC0;
}
</style>