Shades of Free Speech Blue #4846CE
Tints of Free Speech Blue #4846CE
RGB
CMYK
RGB Variations
Color information
#4846CE (or 0x4846CE) is known color: Free Speech Blue. HEX triplet: 48, 46 and CE. RGB value is (72,70,206). Sum of RGB (Red+Green+Blue) = 72+70+206=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #4846CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4846CE is #B7B931. Grayscale: #555555. Windows color (decimal): -12040498 or 13518408. OLE color: 13518408.
HSL color Cylindrical-coordinate representation of color #4846CE: hue angle of 240.88º 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 #4846CE is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 70 | 206 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.19 |
| HSL | 240.88º | 0.58% | 0.54% | - |
| HSV(B) | 240.88º | 0.66% | 0.81% | - |
| XYZ | 16 | 10.21 | 59.52 | - |
| YUV | 86.1 | 195.66 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 70 | 206 | 0.65 | 0.66 | 0 | 0.19 | 240.88 | 0.58 | 0.54 |
| Hex | 48 | 46 | CE | 41 | 42 | 0 | 13 | F1 | 3A | 36 |
| Octal | 110 | 106 | 316 | 101 | 102 | 0 | 23 | 361 | 72 | 66 |
| Binary | 1001000 | 1000110 | 11001110 | 1000001 | 1000010 | 0 | 10011 | 11110001 | 111010 | 110110 |
Color Harmonies of #4846CE
Complementary color
Monochromatic Colors of #4846CE
Black with #4846CE
Text Example
Text Example
White with #4846CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4846CE; }
p { color: rgb(72,70,206); }
H1.HeaderClassName
{
color: #4846CE;
}
.AnyTagClassName
{
color: #4846CE;
}
</style>
background-color css
<style>
a { background-color: #4846CE; }
a { background-color: rgb(72,70,206); }
div.DivClassName
{
background-color: #4846CE;
}
.BgClassName
{
background-color: #4846CE;
}
</style>
border-color css
<style>
span { border-color: #4846CE; }
span { border-color: rgb(72,70,206); }
td.TdClassName
{
border-color: #4846CE;
}
.TagClassName
{
border-color: #4846CE;
}
</style>