Shades of Free Speech Blue #4666BC
Tints of Free Speech Blue #4666BC
RGB
CMYK
RGB Variations
Color information
#4666BC (or 0x4666BC) is known color: Free Speech Blue. HEX triplet: 46, 66 and BC. RGB value is (70,102,188). Sum of RGB (Red+Green+Blue) = 70+102+188=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 188 (73.83% from 255 or 52.22% from 360); Max value from RGB is 188 - color contains mainly: blue. Hex color #4666BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4666BC is #B99943. Grayscale: #656565. Windows color (decimal): -12163396 or 12346950. OLE color: 12346950.
HSL color Cylindrical-coordinate representation of color #4666BC: hue angle of 223.73º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4666BC is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 102 | 188 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.26 |
| HSL | 223.73º | 0.47% | 0.51% | - |
| HSV(B) | 223.73º | 0.63% | 0.74% | - |
| XYZ | 16.35 | 14.44 | 49.5 | - |
| YUV | 102.24 | 176.4 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 102 | 188 | 0.63 | 0.46 | 0 | 0.26 | 223.73 | 0.47 | 0.51 |
| Hex | 46 | 66 | BC | 3F | 2E | 0 | 1A | E0 | 2F | 33 |
| Octal | 106 | 146 | 274 | 77 | 56 | 0 | 32 | 340 | 57 | 63 |
| Binary | 1000110 | 1100110 | 10111100 | 111111 | 101110 | 0 | 11010 | 11100000 | 101111 | 110011 |
Color Harmonies of #4666BC
Complementary color
Monochromatic Colors of #4666BC
Black with #4666BC
Text Example
Text Example
White with #4666BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4666BC; }
p { color: rgb(70,102,188); }
H1.HeaderClassName
{
color: #4666BC;
}
.AnyTagClassName
{
color: #4666BC;
}
</style>
background-color css
<style>
a { background-color: #4666BC; }
a { background-color: rgb(70,102,188); }
div.DivClassName
{
background-color: #4666BC;
}
.BgClassName
{
background-color: #4666BC;
}
</style>
border-color css
<style>
span { border-color: #4666BC; }
span { border-color: rgb(70,102,188); }
td.TdClassName
{
border-color: #4666BC;
}
.TagClassName
{
border-color: #4666BC;
}
</style>