Shades of Free Speech Blue #4659CF
Tints of Free Speech Blue #4659CF
RGB
CMYK
RGB Variations
Color information
#4659CF (or 0x4659CF) is known color: Free Speech Blue. HEX triplet: 46, 59 and CF. RGB value is (70,89,207). Sum of RGB (Red+Green+Blue) = 70+89+207=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #4659CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4659CF is #B9A630. Grayscale: #606060. Windows color (decimal): -12166705 or 13588806. OLE color: 13588806.
HSL color Cylindrical-coordinate representation of color #4659CF: hue angle of 231.68º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4659CF is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 89 | 207 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.19 |
| HSL | 231.68º | 0.59% | 0.54% | - |
| HSV(B) | 231.68º | 0.66% | 0.81% | - |
| XYZ | 17.36 | 12.95 | 60.62 | - |
| YUV | 96.77 | 190.21 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 207 | 0.66 | 0.57 | 0 | 0.19 | 231.68 | 0.59 | 0.54 |
| Hex | 46 | 59 | CF | 42 | 39 | 0 | 13 | E8 | 3B | 36 |
| Octal | 106 | 131 | 317 | 102 | 71 | 0 | 23 | 350 | 73 | 66 |
| Binary | 1000110 | 1011001 | 11001111 | 1000010 | 111001 | 0 | 10011 | 11101000 | 111011 | 110110 |
Color Harmonies of #4659CF
Complementary color
Monochromatic Colors of #4659CF
Black with #4659CF
Text Example
Text Example
White with #4659CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4659CF; }
p { color: rgb(70,89,207); }
H1.HeaderClassName
{
color: #4659CF;
}
.AnyTagClassName
{
color: #4659CF;
}
</style>
background-color css
<style>
a { background-color: #4659CF; }
a { background-color: rgb(70,89,207); }
div.DivClassName
{
background-color: #4659CF;
}
.BgClassName
{
background-color: #4659CF;
}
</style>
border-color css
<style>
span { border-color: #4659CF; }
span { border-color: rgb(70,89,207); }
td.TdClassName
{
border-color: #4659CF;
}
.TagClassName
{
border-color: #4659CF;
}
</style>