Shades of Free Speech Blue #4666BD
Tints of Free Speech Blue #4666BD
RGB
CMYK
RGB Variations
Color information
#4666BD (or 0x4666BD) is known color: Free Speech Blue. HEX triplet: 46, 66 and BD. RGB value is (70,102,189). Sum of RGB (Red+Green+Blue) = 70+102+189=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #4666BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4666BD is #B99942. Grayscale: #656565. Windows color (decimal): -12163395 or 12412486. OLE color: 12412486.
HSL color Cylindrical-coordinate representation of color #4666BD: hue angle of 223.87º 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 #4666BD is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 102 | 189 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.26 |
| HSL | 223.87º | 0.47% | 0.51% | - |
| HSV(B) | 223.87º | 0.63% | 0.74% | - |
| XYZ | 16.46 | 14.48 | 50.07 | - |
| YUV | 102.35 | 176.9 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 102 | 189 | 0.63 | 0.46 | 0 | 0.26 | 223.87 | 0.47 | 0.51 |
| Hex | 46 | 66 | BD | 3F | 2E | 0 | 1A | E0 | 2F | 33 |
| Octal | 106 | 146 | 275 | 77 | 56 | 0 | 32 | 340 | 57 | 63 |
| Binary | 1000110 | 1100110 | 10111101 | 111111 | 101110 | 0 | 11010 | 11100000 | 101111 | 110011 |
Color Harmonies of #4666BD
Complementary color
Monochromatic Colors of #4666BD
Black with #4666BD
Text Example
Text Example
White with #4666BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4666BD; }
p { color: rgb(70,102,189); }
H1.HeaderClassName
{
color: #4666BD;
}
.AnyTagClassName
{
color: #4666BD;
}
</style>
background-color css
<style>
a { background-color: #4666BD; }
a { background-color: rgb(70,102,189); }
div.DivClassName
{
background-color: #4666BD;
}
.BgClassName
{
background-color: #4666BD;
}
</style>
border-color css
<style>
span { border-color: #4666BD; }
span { border-color: rgb(70,102,189); }
td.TdClassName
{
border-color: #4666BD;
}
.TagClassName
{
border-color: #4666BD;
}
</style>