Shades of Free Speech Blue #4846DC
Tints of Free Speech Blue #4846DC
RGB
CMYK
RGB Variations
Color information
#4846DC (or 0x4846DC) is known color: Free Speech Blue. HEX triplet: 48, 46 and DC. RGB value is (72,70,220). Sum of RGB (Red+Green+Blue) = 72+70+220=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #4846DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4846DC is #B7B923. Grayscale: #575757. Windows color (decimal): -12040484 or 14435912. OLE color: 14435912.
HSL color Cylindrical-coordinate representation of color #4846DC: hue angle of 240.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4846DC is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 70 | 220 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.14 |
| HSL | 240.8º | 0.68% | 0.57% | - |
| HSV(B) | 240.8º | 0.68% | 0.86% | - |
| XYZ | 17.78 | 10.93 | 68.88 | - |
| YUV | 87.7 | 202.66 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 220 | 0.67 | 0.68 | 0 | 0.14 | 240.8 | 0.68 | 0.57 |
| Hex | 48 | 46 | DC | 43 | 44 | 0 | E | F1 | 44 | 39 |
| Octal | 110 | 106 | 334 | 103 | 104 | 0 | 16 | 361 | 104 | 71 |
| Binary | 1001000 | 1000110 | 11011100 | 1000011 | 1000100 | 0 | 1110 | 11110001 | 1000100 | 111001 |
Color Harmonies of #4846DC
Complementary color
Monochromatic Colors of #4846DC
Black with #4846DC
Text Example
Text Example
White with #4846DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4846DC; }
p { color: rgb(72,70,220); }
H1.HeaderClassName
{
color: #4846DC;
}
.AnyTagClassName
{
color: #4846DC;
}
</style>
background-color css
<style>
a { background-color: #4846DC; }
a { background-color: rgb(72,70,220); }
div.DivClassName
{
background-color: #4846DC;
}
.BgClassName
{
background-color: #4846DC;
}
</style>
border-color css
<style>
span { border-color: #4846DC; }
span { border-color: rgb(72,70,220); }
td.TdClassName
{
border-color: #4846DC;
}
.TagClassName
{
border-color: #4846DC;
}
</style>