Shades of Free Speech Blue #4847CE
Tints of Free Speech Blue #4847CE
RGB
CMYK
RGB Variations
Color information
#4847CE (or 0x4847CE) is known color: Free Speech Blue. HEX triplet: 48, 47 and CE. RGB value is (72,71,206). Sum of RGB (Red+Green+Blue) = 72+71+206=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 206 (80.86% from 255 or 59.03% from 349); Max value from RGB is 206 - color contains mainly: blue. Hex color #4847CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4847CE is #B7B831. Grayscale: #565656. Windows color (decimal): -12040242 or 13518664. OLE color: 13518664.
HSL color Cylindrical-coordinate representation of color #4847CE: hue angle of 240.44º degrees, saturation: 0.58, 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 #4847CE is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 71 | 206 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.19 |
| HSL | 240.44º | 0.58% | 0.54% | - |
| HSV(B) | 240.44º | 0.66% | 0.81% | - |
| XYZ | 16.07 | 10.34 | 59.54 | - |
| YUV | 86.69 | 195.33 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 71 | 206 | 0.65 | 0.66 | 0 | 0.19 | 240.44 | 0.58 | 0.54 |
| Hex | 48 | 47 | CE | 41 | 42 | 0 | 13 | F0 | 3A | 36 |
| Octal | 110 | 107 | 316 | 101 | 102 | 0 | 23 | 360 | 72 | 66 |
| Binary | 1001000 | 1000111 | 11001110 | 1000001 | 1000010 | 0 | 10011 | 11110000 | 111010 | 110110 |
Color Harmonies of #4847CE
Complementary color
Monochromatic Colors of #4847CE
Black with #4847CE
Text Example
Text Example
White with #4847CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4847CE; }
p { color: rgb(72,71,206); }
H1.HeaderClassName
{
color: #4847CE;
}
.AnyTagClassName
{
color: #4847CE;
}
</style>
background-color css
<style>
a { background-color: #4847CE; }
a { background-color: rgb(72,71,206); }
div.DivClassName
{
background-color: #4847CE;
}
.BgClassName
{
background-color: #4847CE;
}
</style>
border-color css
<style>
span { border-color: #4847CE; }
span { border-color: rgb(72,71,206); }
td.TdClassName
{
border-color: #4847CE;
}
.TagClassName
{
border-color: #4847CE;
}
</style>