Shades of Free Speech Blue #4668C0
Tints of Free Speech Blue #4668C0
RGB
CMYK
RGB Variations
Color information
#4668C0 (or 0x4668C0) is known color: Free Speech Blue. HEX triplet: 46, 68 and C0. RGB value is (70,104,192). Sum of RGB (Red+Green+Blue) = 70+104+192=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #4668C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4668C0 is #B9973F. Grayscale: #676767. Windows color (decimal): -12162880 or 12609606. OLE color: 12609606.
HSL color Cylindrical-coordinate representation of color #4668C0: hue angle of 223.28º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4668C0 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 104 | 192 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.25 |
| HSL | 223.28º | 0.49% | 0.51% | - |
| HSV(B) | 223.28º | 0.64% | 0.75% | - |
| XYZ | 16.99 | 15.01 | 51.87 | - |
| YUV | 103.87 | 177.74 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 104 | 192 | 0.64 | 0.46 | 0 | 0.25 | 223.28 | 0.49 | 0.51 |
| Hex | 46 | 68 | C0 | 40 | 2E | 0 | 19 | DF | 31 | 33 |
| Octal | 106 | 150 | 300 | 100 | 56 | 0 | 31 | 337 | 61 | 63 |
| Binary | 1000110 | 1101000 | 11000000 | 1000000 | 101110 | 0 | 11001 | 11011111 | 110001 | 110011 |
Color Harmonies of #4668C0
Complementary color
Monochromatic Colors of #4668C0
Black with #4668C0
Text Example
Text Example
White with #4668C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4668C0; }
p { color: rgb(70,104,192); }
H1.HeaderClassName
{
color: #4668C0;
}
.AnyTagClassName
{
color: #4668C0;
}
</style>
background-color css
<style>
a { background-color: #4668C0; }
a { background-color: rgb(70,104,192); }
div.DivClassName
{
background-color: #4668C0;
}
.BgClassName
{
background-color: #4668C0;
}
</style>
border-color css
<style>
span { border-color: #4668C0; }
span { border-color: rgb(70,104,192); }
td.TdClassName
{
border-color: #4668C0;
}
.TagClassName
{
border-color: #4668C0;
}
</style>