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