Shades of Free Speech Blue #4845C6
Tints of Free Speech Blue #4845C6
RGB
CMYK
RGB Variations
Color information
#4845C6 (or 0x4845C6) is known color: Free Speech Blue. HEX triplet: 48, 45 and C6. RGB value is (72,69,198). Sum of RGB (Red+Green+Blue) = 72+69+198=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 198 (77.73% from 255 or 58.41% from 339); Max value from RGB is 198 - color contains mainly: blue. Hex color #4845C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4845C6 is #B7BA39. Grayscale: #545454. Windows color (decimal): -12040762 or 12993864. OLE color: 12993864.
HSL color Cylindrical-coordinate representation of color #4845C6: hue angle of 241.4º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4845C6 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 69 | 198 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.22 |
| HSL | 241.4º | 0.53% | 0.52% | - |
| HSV(B) | 241.4º | 0.65% | 0.78% | - |
| XYZ | 14.99 | 9.71 | 54.51 | - |
| YUV | 84.6 | 191.99 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 198 | 0.64 | 0.65 | 0 | 0.22 | 241.4 | 0.53 | 0.52 |
| Hex | 48 | 45 | C6 | 40 | 41 | 0 | 16 | F1 | 35 | 34 |
| Octal | 110 | 105 | 306 | 100 | 101 | 0 | 26 | 361 | 65 | 64 |
| Binary | 1001000 | 1000101 | 11000110 | 1000000 | 1000001 | 0 | 10110 | 11110001 | 110101 | 110100 |
Color Harmonies of #4845C6
Complementary color
Monochromatic Colors of #4845C6
Black with #4845C6
Text Example
Text Example
White with #4845C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4845C6; }
p { color: rgb(72,69,198); }
H1.HeaderClassName
{
color: #4845C6;
}
.AnyTagClassName
{
color: #4845C6;
}
</style>
background-color css
<style>
a { background-color: #4845C6; }
a { background-color: rgb(72,69,198); }
div.DivClassName
{
background-color: #4845C6;
}
.BgClassName
{
background-color: #4845C6;
}
</style>
border-color css
<style>
span { border-color: #4845C6; }
span { border-color: rgb(72,69,198); }
td.TdClassName
{
border-color: #4845C6;
}
.TagClassName
{
border-color: #4845C6;
}
</style>