Shades of Free Speech Blue #456CC1
Tints of Free Speech Blue #456CC1
RGB
CMYK
RGB Variations
Color information
#456CC1 (or 0x456CC1) is known color: Free Speech Blue. HEX triplet: 45, 6C and C1. RGB value is (69,108,193). Sum of RGB (Red+Green+Blue) = 69+108+193=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #456CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456CC1 is #BA933E. Grayscale: #696969. Windows color (decimal): -12227391 or 12676165. OLE color: 12676165.
HSL color Cylindrical-coordinate representation of color #456CC1: hue angle of 221.13º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #456CC1 is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 108 | 193 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.24 |
| HSL | 221.13º | 0.5% | 0.51% | - |
| HSV(B) | 221.13º | 0.64% | 0.76% | - |
| XYZ | 17.44 | 15.84 | 52.59 | - |
| YUV | 106.03 | 177.08 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 193 | 0.64 | 0.44 | 0 | 0.24 | 221.13 | 0.5 | 0.51 |
| Hex | 45 | 6C | C1 | 40 | 2C | 0 | 18 | DD | 32 | 33 |
| Octal | 105 | 154 | 301 | 100 | 54 | 0 | 30 | 335 | 62 | 63 |
| Binary | 1000101 | 1101100 | 11000001 | 1000000 | 101100 | 0 | 11000 | 11011101 | 110010 | 110011 |
Color Harmonies of #456CC1
Complementary color
Monochromatic Colors of #456CC1
Black with #456CC1
Text Example
Text Example
White with #456CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456CC1; }
p { color: rgb(69,108,193); }
H1.HeaderClassName
{
color: #456CC1;
}
.AnyTagClassName
{
color: #456CC1;
}
</style>
background-color css
<style>
a { background-color: #456CC1; }
a { background-color: rgb(69,108,193); }
div.DivClassName
{
background-color: #456CC1;
}
.BgClassName
{
background-color: #456CC1;
}
</style>
border-color css
<style>
span { border-color: #456CC1; }
span { border-color: rgb(69,108,193); }
td.TdClassName
{
border-color: #456CC1;
}
.TagClassName
{
border-color: #456CC1;
}
</style>