Shades of Free Speech Blue #4461D0
Tints of Free Speech Blue #4461D0
RGB
CMYK
RGB Variations
Color information
#4461D0 (or 0x4461D0) is known color: Free Speech Blue. HEX triplet: 44, 61 and D0. RGB value is (68,97,208). Sum of RGB (Red+Green+Blue) = 68+97+208=373 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.23% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 208 (81.64% from 255 or 55.76% from 373); Max value from RGB is 208 - color contains mainly: blue. Hex color #4461D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4461D0 is #BB9E2F. Grayscale: #646464. Windows color (decimal): -12295728 or 13656388. OLE color: 13656388.
HSL color Cylindrical-coordinate representation of color #4461D0: hue angle of 227.57º 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 #4461D0 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 97 | 208 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.18 |
| HSL | 227.57º | 0.6% | 0.54% | - |
| HSV(B) | 227.57º | 0.67% | 0.82% | - |
| XYZ | 18.04 | 14.33 | 61.49 | - |
| YUV | 100.98 | 188.39 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 97 | 208 | 0.67 | 0.53 | 0 | 0.18 | 227.57 | 0.6 | 0.54 |
| Hex | 44 | 61 | D0 | 43 | 35 | 0 | 12 | E4 | 3C | 36 |
| Octal | 104 | 141 | 320 | 103 | 65 | 0 | 22 | 344 | 74 | 66 |
| Binary | 1000100 | 1100001 | 11010000 | 1000011 | 110101 | 0 | 10010 | 11100100 | 111100 | 110110 |
Color Harmonies of #4461D0
Complementary color
Monochromatic Colors of #4461D0
Black with #4461D0
Text Example
Text Example
White with #4461D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4461D0; }
p { color: rgb(68,97,208); }
H1.HeaderClassName
{
color: #4461D0;
}
.AnyTagClassName
{
color: #4461D0;
}
</style>
background-color css
<style>
a { background-color: #4461D0; }
a { background-color: rgb(68,97,208); }
div.DivClassName
{
background-color: #4461D0;
}
.BgClassName
{
background-color: #4461D0;
}
</style>
border-color css
<style>
span { border-color: #4461D0; }
span { border-color: rgb(68,97,208); }
td.TdClassName
{
border-color: #4461D0;
}
.TagClassName
{
border-color: #4461D0;
}
</style>