Shades of Free Speech Blue #4844D0
Tints of Free Speech Blue #4844D0
RGB
CMYK
RGB Variations
Color information
#4844D0 (or 0x4844D0) is known color: Free Speech Blue. HEX triplet: 48, 44 and D0. RGB value is (72,68,208). Sum of RGB (Red+Green+Blue) = 72+68+208=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 208 (81.64% from 255 or 59.77% from 348); Max value from RGB is 208 - color contains mainly: blue. Hex color #4844D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4844D0 is #B7BB2F. Grayscale: #545454. Windows color (decimal): -12041008 or 13648968. OLE color: 13648968.
HSL color Cylindrical-coordinate representation of color #4844D0: hue angle of 241.71º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4844D0 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 72 | 68 | 208 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.18 |
| HSL | 241.71º | 0.6% | 0.54% | - |
| HSV(B) | 241.71º | 0.67% | 0.82% | - |
| XYZ | 16.12 | 10.07 | 60.77 | - |
| YUV | 85.16 | 197.33 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 208 | 0.65 | 0.67 | 0 | 0.18 | 241.71 | 0.6 | 0.54 |
| Hex | 48 | 44 | D0 | 41 | 43 | 0 | 12 | F2 | 3C | 36 |
| Octal | 110 | 104 | 320 | 101 | 103 | 0 | 22 | 362 | 74 | 66 |
| Binary | 1001000 | 1000100 | 11010000 | 1000001 | 1000011 | 0 | 10010 | 11110010 | 111100 | 110110 |
Color Harmonies of #4844D0
Complementary color
Monochromatic Colors of #4844D0
Black with #4844D0
Text Example
Text Example
White with #4844D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4844D0; }
p { color: rgb(72,68,208); }
H1.HeaderClassName
{
color: #4844D0;
}
.AnyTagClassName
{
color: #4844D0;
}
</style>
background-color css
<style>
a { background-color: #4844D0; }
a { background-color: rgb(72,68,208); }
div.DivClassName
{
background-color: #4844D0;
}
.BgClassName
{
background-color: #4844D0;
}
</style>
border-color css
<style>
span { border-color: #4844D0; }
span { border-color: rgb(72,68,208); }
td.TdClassName
{
border-color: #4844D0;
}
.TagClassName
{
border-color: #4844D0;
}
</style>