Shades of Free Speech Blue #4566BB
Tints of Free Speech Blue #4566BB
RGB
CMYK
RGB Variations
Color information
#4566BB (or 0x4566BB) is known color: Free Speech Blue. HEX triplet: 45, 66 and BB. RGB value is (69,102,187). Sum of RGB (Red+Green+Blue) = 69+102+187=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #4566BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4566BB is #BA9944. Grayscale: #656565. Windows color (decimal): -12228933 or 12281413. OLE color: 12281413.
HSL color Cylindrical-coordinate representation of color #4566BB: hue angle of 223.22º 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 #4566BB is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 102 | 187 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.27 |
| HSL | 223.22º | 0.46% | 0.5% | - |
| HSV(B) | 223.22º | 0.63% | 0.73% | - |
| XYZ | 16.18 | 14.36 | 48.93 | - |
| YUV | 101.82 | 176.07 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 187 | 0.63 | 0.45 | 0 | 0.27 | 223.22 | 0.46 | 0.5 |
| Hex | 45 | 66 | BB | 3F | 2D | 0 | 1B | DF | 2E | 32 |
| Octal | 105 | 146 | 273 | 77 | 55 | 0 | 33 | 337 | 56 | 62 |
| Binary | 1000101 | 1100110 | 10111011 | 111111 | 101101 | 0 | 11011 | 11011111 | 101110 | 110010 |
Color Harmonies of #4566BB
Complementary color
Monochromatic Colors of #4566BB
Black with #4566BB
Text Example
Text Example
White with #4566BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4566BB; }
p { color: rgb(69,102,187); }
H1.HeaderClassName
{
color: #4566BB;
}
.AnyTagClassName
{
color: #4566BB;
}
</style>
background-color css
<style>
a { background-color: #4566BB; }
a { background-color: rgb(69,102,187); }
div.DivClassName
{
background-color: #4566BB;
}
.BgClassName
{
background-color: #4566BB;
}
</style>
border-color css
<style>
span { border-color: #4566BB; }
span { border-color: rgb(69,102,187); }
td.TdClassName
{
border-color: #4566BB;
}
.TagClassName
{
border-color: #4566BB;
}
</style>