Shades of Free Speech Blue #4565BB
Tints of Free Speech Blue #4565BB
RGB
CMYK
RGB Variations
Color information
#4565BB (or 0x4565BB) is known color: Free Speech Blue. HEX triplet: 45, 65 and BB. RGB value is (69,101,187). Sum of RGB (Red+Green+Blue) = 69+101+187=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 187 (73.44% from 255 or 52.38% from 357); Max value from RGB is 187 - color contains mainly: blue. Hex color #4565BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4565BB is #BA9A44. Grayscale: #646464. Windows color (decimal): -12229189 or 12281157. OLE color: 12281157.
HSL color Cylindrical-coordinate representation of color #4565BB: hue angle of 223.73º 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 #4565BB is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 101 | 187 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.27 |
| HSL | 223.73º | 0.46% | 0.5% | - |
| HSV(B) | 223.73º | 0.63% | 0.73% | - |
| XYZ | 16.08 | 14.16 | 48.9 | - |
| YUV | 101.24 | 176.4 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 187 | 0.63 | 0.46 | 0 | 0.27 | 223.73 | 0.46 | 0.5 |
| Hex | 45 | 65 | BB | 3F | 2E | 0 | 1B | E0 | 2E | 32 |
| Octal | 105 | 145 | 273 | 77 | 56 | 0 | 33 | 340 | 56 | 62 |
| Binary | 1000101 | 1100101 | 10111011 | 111111 | 101110 | 0 | 11011 | 11100000 | 101110 | 110010 |
Color Harmonies of #4565BB
Complementary color
Monochromatic Colors of #4565BB
Black with #4565BB
Text Example
Text Example
White with #4565BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4565BB; }
p { color: rgb(69,101,187); }
H1.HeaderClassName
{
color: #4565BB;
}
.AnyTagClassName
{
color: #4565BB;
}
</style>
background-color css
<style>
a { background-color: #4565BB; }
a { background-color: rgb(69,101,187); }
div.DivClassName
{
background-color: #4565BB;
}
.BgClassName
{
background-color: #4565BB;
}
</style>
border-color css
<style>
span { border-color: #4565BB; }
span { border-color: rgb(69,101,187); }
td.TdClassName
{
border-color: #4565BB;
}
.TagClassName
{
border-color: #4565BB;
}
</style>