Shades of Free Speech Blue #4564BB
Tints of Free Speech Blue #4564BB
RGB
CMYK
RGB Variations
Color information
#4564BB (or 0x4564BB) is known color: Free Speech Blue. HEX triplet: 45, 64 and BB. RGB value is (69,100,187). Sum of RGB (Red+Green+Blue) = 69+100+187=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #4564BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4564BB is #BA9B44. Grayscale: #646464. Windows color (decimal): -12229445 or 12280901. OLE color: 12280901.
HSL color Cylindrical-coordinate representation of color #4564BB: hue angle of 224.24º 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 #4564BB is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 100 | 187 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.27 |
| HSL | 224.24º | 0.46% | 0.5% | - |
| HSV(B) | 224.24º | 0.63% | 0.73% | - |
| XYZ | 15.98 | 13.97 | 48.87 | - |
| YUV | 100.65 | 176.73 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 100 | 187 | 0.63 | 0.47 | 0 | 0.27 | 224.24 | 0.46 | 0.5 |
| Hex | 45 | 64 | BB | 3F | 2F | 0 | 1B | E0 | 2E | 32 |
| Octal | 105 | 144 | 273 | 77 | 57 | 0 | 33 | 340 | 56 | 62 |
| Binary | 1000101 | 1100100 | 10111011 | 111111 | 101111 | 0 | 11011 | 11100000 | 101110 | 110010 |
Color Harmonies of #4564BB
Complementary color
Monochromatic Colors of #4564BB
Black with #4564BB
Text Example
Text Example
White with #4564BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4564BB; }
p { color: rgb(69,100,187); }
H1.HeaderClassName
{
color: #4564BB;
}
.AnyTagClassName
{
color: #4564BB;
}
</style>
background-color css
<style>
a { background-color: #4564BB; }
a { background-color: rgb(69,100,187); }
div.DivClassName
{
background-color: #4564BB;
}
.BgClassName
{
background-color: #4564BB;
}
</style>
border-color css
<style>
span { border-color: #4564BB; }
span { border-color: rgb(69,100,187); }
td.TdClassName
{
border-color: #4564BB;
}
.TagClassName
{
border-color: #4564BB;
}
</style>