Shades of Free Speech Blue #4846CF
Tints of Free Speech Blue #4846CF
RGB
CMYK
RGB Variations
Color information
#4846CF (or 0x4846CF) is known color: Free Speech Blue. HEX triplet: 48, 46 and CF. RGB value is (72,70,207). Sum of RGB (Red+Green+Blue) = 72+70+207=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #4846CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4846CF is #B7B930. Grayscale: #555555. Windows color (decimal): -12040497 or 13583944. OLE color: 13583944.
HSL color Cylindrical-coordinate representation of color #4846CF: hue angle of 240.88º 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 #4846CF is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 70 | 207 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.19 |
| HSL | 240.88º | 0.59% | 0.54% | - |
| HSV(B) | 240.88º | 0.66% | 0.81% | - |
| XYZ | 16.13 | 10.26 | 60.16 | - |
| YUV | 86.22 | 196.16 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 207 | 0.65 | 0.66 | 0 | 0.19 | 240.88 | 0.59 | 0.54 |
| Hex | 48 | 46 | CF | 41 | 42 | 0 | 13 | F1 | 3B | 36 |
| Octal | 110 | 106 | 317 | 101 | 102 | 0 | 23 | 361 | 73 | 66 |
| Binary | 1001000 | 1000110 | 11001111 | 1000001 | 1000010 | 0 | 10011 | 11110001 | 111011 | 110110 |
Color Harmonies of #4846CF
Complementary color
Monochromatic Colors of #4846CF
Black with #4846CF
Text Example
Text Example
White with #4846CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4846CF; }
p { color: rgb(72,70,207); }
H1.HeaderClassName
{
color: #4846CF;
}
.AnyTagClassName
{
color: #4846CF;
}
</style>
background-color css
<style>
a { background-color: #4846CF; }
a { background-color: rgb(72,70,207); }
div.DivClassName
{
background-color: #4846CF;
}
.BgClassName
{
background-color: #4846CF;
}
</style>
border-color css
<style>
span { border-color: #4846CF; }
span { border-color: rgb(72,70,207); }
td.TdClassName
{
border-color: #4846CF;
}
.TagClassName
{
border-color: #4846CF;
}
</style>