Shades of Free Speech Blue #4568BA
Tints of Free Speech Blue #4568BA
RGB
CMYK
RGB Variations
Color information
#4568BA (or 0x4568BA) is known color: Free Speech Blue. HEX triplet: 45, 68 and BA. RGB value is (69,104,186). Sum of RGB (Red+Green+Blue) = 69+104+186=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 186 (73.05% from 255 or 51.81% from 359); Max value from RGB is 186 - color contains mainly: blue. Hex color #4568BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4568BA is #BA9745. Grayscale: #666666. Windows color (decimal): -12228422 or 12216389. OLE color: 12216389.
HSL color Cylindrical-coordinate representation of color #4568BA: hue angle of 222.05º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4568BA is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 104 | 186 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.27 |
| HSL | 222.05º | 0.46% | 0.5% | - |
| HSV(B) | 222.05º | 0.63% | 0.73% | - |
| XYZ | 16.27 | 14.71 | 48.44 | - |
| YUV | 102.88 | 174.9 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 186 | 0.63 | 0.44 | 0 | 0.27 | 222.05 | 0.46 | 0.5 |
| Hex | 45 | 68 | BA | 3F | 2C | 0 | 1B | DE | 2E | 32 |
| Octal | 105 | 150 | 272 | 77 | 54 | 0 | 33 | 336 | 56 | 62 |
| Binary | 1000101 | 1101000 | 10111010 | 111111 | 101100 | 0 | 11011 | 11011110 | 101110 | 110010 |
Color Harmonies of #4568BA
Complementary color
Monochromatic Colors of #4568BA
Black with #4568BA
Text Example
Text Example
White with #4568BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4568BA; }
p { color: rgb(69,104,186); }
H1.HeaderClassName
{
color: #4568BA;
}
.AnyTagClassName
{
color: #4568BA;
}
</style>
background-color css
<style>
a { background-color: #4568BA; }
a { background-color: rgb(69,104,186); }
div.DivClassName
{
background-color: #4568BA;
}
.BgClassName
{
background-color: #4568BA;
}
</style>
border-color css
<style>
span { border-color: #4568BA; }
span { border-color: rgb(69,104,186); }
td.TdClassName
{
border-color: #4568BA;
}
.TagClassName
{
border-color: #4568BA;
}
</style>