Shades of Free Speech Blue #4568C0
Tints of Free Speech Blue #4568C0
RGB
CMYK
RGB Variations
Color information
#4568C0 (or 0x4568C0) is known color: Free Speech Blue. HEX triplet: 45, 68 and C0. RGB value is (69,104,192). Sum of RGB (Red+Green+Blue) = 69+104+192=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #4568C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4568C0 is #BA973F. Grayscale: #676767. Windows color (decimal): -12228416 or 12609605. OLE color: 12609605.
HSL color Cylindrical-coordinate representation of color #4568C0: hue angle of 222.93º 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 #4568C0 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 104 | 192 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.25 |
| HSL | 222.93º | 0.49% | 0.51% | - |
| HSV(B) | 222.93º | 0.64% | 0.75% | - |
| XYZ | 16.92 | 14.97 | 51.87 | - |
| YUV | 103.57 | 177.9 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 192 | 0.64 | 0.46 | 0 | 0.25 | 222.93 | 0.49 | 0.51 |
| Hex | 45 | 68 | C0 | 40 | 2E | 0 | 19 | DF | 31 | 33 |
| Octal | 105 | 150 | 300 | 100 | 56 | 0 | 31 | 337 | 61 | 63 |
| Binary | 1000101 | 1101000 | 11000000 | 1000000 | 101110 | 0 | 11001 | 11011111 | 110001 | 110011 |
Color Harmonies of #4568C0
Complementary color
Monochromatic Colors of #4568C0
Black with #4568C0
Text Example
Text Example
White with #4568C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4568C0; }
p { color: rgb(69,104,192); }
H1.HeaderClassName
{
color: #4568C0;
}
.AnyTagClassName
{
color: #4568C0;
}
</style>
background-color css
<style>
a { background-color: #4568C0; }
a { background-color: rgb(69,104,192); }
div.DivClassName
{
background-color: #4568C0;
}
.BgClassName
{
background-color: #4568C0;
}
</style>
border-color css
<style>
span { border-color: #4568C0; }
span { border-color: rgb(69,104,192); }
td.TdClassName
{
border-color: #4568C0;
}
.TagClassName
{
border-color: #4568C0;
}
</style>