Shades of Free Speech Blue #4568BB
Tints of Free Speech Blue #4568BB
RGB
CMYK
RGB Variations
Color information
#4568BB (or 0x4568BB) is known color: Free Speech Blue. HEX triplet: 45, 68 and BB. RGB value is (69,104,187). Sum of RGB (Red+Green+Blue) = 69+104+187=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #4568BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4568BB is #BA9744. Grayscale: #666666. Windows color (decimal): -12228421 or 12281925. OLE color: 12281925.
HSL color Cylindrical-coordinate representation of color #4568BB: hue angle of 222.2º 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 #4568BB is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 104 | 187 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.27 |
| HSL | 222.2º | 0.46% | 0.5% | - |
| HSV(B) | 222.2º | 0.63% | 0.73% | - |
| XYZ | 16.37 | 14.75 | 49 | - |
| YUV | 103 | 175.4 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 187 | 0.63 | 0.44 | 0 | 0.27 | 222.2 | 0.46 | 0.5 |
| Hex | 45 | 68 | BB | 3F | 2C | 0 | 1B | DE | 2E | 32 |
| Octal | 105 | 150 | 273 | 77 | 54 | 0 | 33 | 336 | 56 | 62 |
| Binary | 1000101 | 1101000 | 10111011 | 111111 | 101100 | 0 | 11011 | 11011110 | 101110 | 110010 |
Color Harmonies of #4568BB
Complementary color
Monochromatic Colors of #4568BB
Black with #4568BB
Text Example
Text Example
White with #4568BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4568BB; }
p { color: rgb(69,104,187); }
H1.HeaderClassName
{
color: #4568BB;
}
.AnyTagClassName
{
color: #4568BB;
}
</style>
background-color css
<style>
a { background-color: #4568BB; }
a { background-color: rgb(69,104,187); }
div.DivClassName
{
background-color: #4568BB;
}
.BgClassName
{
background-color: #4568BB;
}
</style>
border-color css
<style>
span { border-color: #4568BB; }
span { border-color: rgb(69,104,187); }
td.TdClassName
{
border-color: #4568BB;
}
.TagClassName
{
border-color: #4568BB;
}
</style>