Shades of Free Speech Blue #4568C6
Tints of Free Speech Blue #4568C6
RGB
CMYK
RGB Variations
Color information
#4568C6 (or 0x4568C6) is known color: Free Speech Blue. HEX triplet: 45, 68 and C6. RGB value is (69,104,198). Sum of RGB (Red+Green+Blue) = 69+104+198=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 198 (77.73% from 255 or 53.37% from 371); Max value from RGB is 198 - color contains mainly: blue. Hex color #4568C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4568C6 is #BA9739. Grayscale: #676767. Windows color (decimal): -12228410 or 13002821. OLE color: 13002821.
HSL color Cylindrical-coordinate representation of color #4568C6: hue angle of 223.72º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4568C6 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 104 | 198 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.22 |
| HSL | 223.72º | 0.53% | 0.52% | - |
| HSV(B) | 223.72º | 0.65% | 0.78% | - |
| XYZ | 17.6 | 15.24 | 55.44 | - |
| YUV | 104.25 | 180.9 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 198 | 0.65 | 0.47 | 0 | 0.22 | 223.72 | 0.53 | 0.52 |
| Hex | 45 | 68 | C6 | 41 | 2F | 0 | 16 | E0 | 35 | 34 |
| Octal | 105 | 150 | 306 | 101 | 57 | 0 | 26 | 340 | 65 | 64 |
| Binary | 1000101 | 1101000 | 11000110 | 1000001 | 101111 | 0 | 10110 | 11100000 | 110101 | 110100 |
Color Harmonies of #4568C6
Complementary color
Monochromatic Colors of #4568C6
Black with #4568C6
Text Example
Text Example
White with #4568C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4568C6; }
p { color: rgb(69,104,198); }
H1.HeaderClassName
{
color: #4568C6;
}
.AnyTagClassName
{
color: #4568C6;
}
</style>
background-color css
<style>
a { background-color: #4568C6; }
a { background-color: rgb(69,104,198); }
div.DivClassName
{
background-color: #4568C6;
}
.BgClassName
{
background-color: #4568C6;
}
</style>
border-color css
<style>
span { border-color: #4568C6; }
span { border-color: rgb(69,104,198); }
td.TdClassName
{
border-color: #4568C6;
}
.TagClassName
{
border-color: #4568C6;
}
</style>