Shades of Free Speech Blue #4566BF
Tints of Free Speech Blue #4566BF
RGB
CMYK
RGB Variations
Color information
#4566BF (or 0x4566BF) is known color: Free Speech Blue. HEX triplet: 45, 66 and BF. RGB value is (69,102,191). Sum of RGB (Red+Green+Blue) = 69+102+191=362 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.06% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #4566BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4566BF is #BA9940. Grayscale: #656565. Windows color (decimal): -12228929 or 12543557. OLE color: 12543557.
HSL color Cylindrical-coordinate representation of color #4566BF: hue angle of 223.77º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4566BF is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 102 | 191 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.25 |
| HSL | 223.77º | 0.49% | 0.51% | - |
| HSV(B) | 223.77º | 0.64% | 0.75% | - |
| XYZ | 16.61 | 14.53 | 51.22 | - |
| YUV | 102.28 | 178.07 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 191 | 0.64 | 0.47 | 0 | 0.25 | 223.77 | 0.49 | 0.51 |
| Hex | 45 | 66 | BF | 40 | 2F | 0 | 19 | E0 | 31 | 33 |
| Octal | 105 | 146 | 277 | 100 | 57 | 0 | 31 | 340 | 61 | 63 |
| Binary | 1000101 | 1100110 | 10111111 | 1000000 | 101111 | 0 | 11001 | 11100000 | 110001 | 110011 |
Color Harmonies of #4566BF
Complementary color
Monochromatic Colors of #4566BF
Black with #4566BF
Text Example
Text Example
White with #4566BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4566BF; }
p { color: rgb(69,102,191); }
H1.HeaderClassName
{
color: #4566BF;
}
.AnyTagClassName
{
color: #4566BF;
}
</style>
background-color css
<style>
a { background-color: #4566BF; }
a { background-color: rgb(69,102,191); }
div.DivClassName
{
background-color: #4566BF;
}
.BgClassName
{
background-color: #4566BF;
}
</style>
border-color css
<style>
span { border-color: #4566BF; }
span { border-color: rgb(69,102,191); }
td.TdClassName
{
border-color: #4566BF;
}
.TagClassName
{
border-color: #4566BF;
}
</style>