Shades of Free Speech Blue #4663C7
Tints of Free Speech Blue #4663C7
RGB
CMYK
RGB Variations
Color information
#4663C7 (or 0x4663C7) is known color: Free Speech Blue. HEX triplet: 46, 63 and C7. RGB value is (70,99,199). Sum of RGB (Red+Green+Blue) = 70+99+199=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 199 (78.12% from 255 or 54.08% from 368); Max value from RGB is 199 - color contains mainly: blue. Hex color #4663C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4663C7 is #B99C38. Grayscale: #656565. Windows color (decimal): -12164153 or 13067078. OLE color: 13067078.
HSL color Cylindrical-coordinate representation of color #4663C7: hue angle of 226.51º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4663C7 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 99 | 199 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.22 |
| HSL | 226.51º | 0.54% | 0.53% | - |
| HSV(B) | 226.51º | 0.65% | 0.78% | - |
| XYZ | 17.3 | 14.35 | 55.89 | - |
| YUV | 101.73 | 182.89 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 99 | 199 | 0.65 | 0.50 | 0 | 0.22 | 226.51 | 0.54 | 0.53 |
| Hex | 46 | 63 | C7 | 41 | 32 | 0 | 16 | E3 | 36 | 35 |
| Octal | 106 | 143 | 307 | 101 | 62 | 0 | 26 | 343 | 66 | 65 |
| Binary | 1000110 | 1100011 | 11000111 | 1000001 | 110010 | 0 | 10110 | 11100011 | 110110 | 110101 |
Color Harmonies of #4663C7
Complementary color
Monochromatic Colors of #4663C7
Black with #4663C7
Text Example
Text Example
White with #4663C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4663C7; }
p { color: rgb(70,99,199); }
H1.HeaderClassName
{
color: #4663C7;
}
.AnyTagClassName
{
color: #4663C7;
}
</style>
background-color css
<style>
a { background-color: #4663C7; }
a { background-color: rgb(70,99,199); }
div.DivClassName
{
background-color: #4663C7;
}
.BgClassName
{
background-color: #4663C7;
}
</style>
border-color css
<style>
span { border-color: #4663C7; }
span { border-color: rgb(70,99,199); }
td.TdClassName
{
border-color: #4663C7;
}
.TagClassName
{
border-color: #4663C7;
}
</style>