Shades of Free Speech Blue #4559CF
Tints of Free Speech Blue #4559CF
RGB
CMYK
RGB Variations
Color information
#4559CF (or 0x4559CF) is known color: Free Speech Blue. HEX triplet: 45, 59 and CF. RGB value is (69,89,207). Sum of RGB (Red+Green+Blue) = 69+89+207=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #4559CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4559CF is #BAA630. Grayscale: #5F5F5F. Windows color (decimal): -12232241 or 13588805. OLE color: 13588805.
HSL color Cylindrical-coordinate representation of color #4559CF: hue angle of 231.3º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4559CF is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 89 | 207 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.19 |
| HSL | 231.3º | 0.59% | 0.54% | - |
| HSV(B) | 231.3º | 0.67% | 0.81% | - |
| XYZ | 17.29 | 12.91 | 60.61 | - |
| YUV | 96.47 | 190.37 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 89 | 207 | 0.67 | 0.57 | 0 | 0.19 | 231.3 | 0.59 | 0.54 |
| Hex | 45 | 59 | CF | 43 | 39 | 0 | 13 | E7 | 3B | 36 |
| Octal | 105 | 131 | 317 | 103 | 71 | 0 | 23 | 347 | 73 | 66 |
| Binary | 1000101 | 1011001 | 11001111 | 1000011 | 111001 | 0 | 10011 | 11100111 | 111011 | 110110 |
Color Harmonies of #4559CF
Complementary color
Monochromatic Colors of #4559CF
Black with #4559CF
Text Example
Text Example
White with #4559CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4559CF; }
p { color: rgb(69,89,207); }
H1.HeaderClassName
{
color: #4559CF;
}
.AnyTagClassName
{
color: #4559CF;
}
</style>
background-color css
<style>
a { background-color: #4559CF; }
a { background-color: rgb(69,89,207); }
div.DivClassName
{
background-color: #4559CF;
}
.BgClassName
{
background-color: #4559CF;
}
</style>
border-color css
<style>
span { border-color: #4559CF; }
span { border-color: rgb(69,89,207); }
td.TdClassName
{
border-color: #4559CF;
}
.TagClassName
{
border-color: #4559CF;
}
</style>