Shades of Free Speech Blue #4644CF
Tints of Free Speech Blue #4644CF
RGB
CMYK
RGB Variations
Color information
#4644CF (or 0x4644CF) is known color: Free Speech Blue. HEX triplet: 46, 44 and CF. RGB value is (70,68,207). Sum of RGB (Red+Green+Blue) = 70+68+207=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #4644CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4644CF is #B9BB30. Grayscale: #535353. Windows color (decimal): -12172081 or 13583430. OLE color: 13583430.
HSL color Cylindrical-coordinate representation of color #4644CF: hue angle of 240.86º 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 #4644CF is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 68 | 207 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.19 |
| HSL | 240.86º | 0.59% | 0.54% | - |
| HSV(B) | 240.86º | 0.67% | 0.81% | - |
| XYZ | 15.86 | 9.94 | 60.11 | - |
| YUV | 84.44 | 197.16 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 207 | 0.66 | 0.67 | 0 | 0.19 | 240.86 | 0.59 | 0.54 |
| Hex | 46 | 44 | CF | 42 | 43 | 0 | 13 | F1 | 3B | 36 |
| Octal | 106 | 104 | 317 | 102 | 103 | 0 | 23 | 361 | 73 | 66 |
| Binary | 1000110 | 1000100 | 11001111 | 1000010 | 1000011 | 0 | 10011 | 11110001 | 111011 | 110110 |
Color Harmonies of #4644CF
Complementary color
Monochromatic Colors of #4644CF
Black with #4644CF
Text Example
Text Example
White with #4644CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4644CF; }
p { color: rgb(70,68,207); }
H1.HeaderClassName
{
color: #4644CF;
}
.AnyTagClassName
{
color: #4644CF;
}
</style>
background-color css
<style>
a { background-color: #4644CF; }
a { background-color: rgb(70,68,207); }
div.DivClassName
{
background-color: #4644CF;
}
.BgClassName
{
background-color: #4644CF;
}
</style>
border-color css
<style>
span { border-color: #4644CF; }
span { border-color: rgb(70,68,207); }
td.TdClassName
{
border-color: #4644CF;
}
.TagClassName
{
border-color: #4644CF;
}
</style>