Shades of Free Speech Blue #4669BD
Tints of Free Speech Blue #4669BD
RGB
CMYK
RGB Variations
Color information
#4669BD (or 0x4669BD) is known color: Free Speech Blue. HEX triplet: 46, 69 and BD. RGB value is (70,105,189). Sum of RGB (Red+Green+Blue) = 70+105+189=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #4669BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4669BD is #B99642. Grayscale: #676767. Windows color (decimal): -12162627 or 12413254. OLE color: 12413254.
HSL color Cylindrical-coordinate representation of color #4669BD: hue angle of 222.35º 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 #4669BD is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 105 | 189 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.26 |
| HSL | 222.35º | 0.47% | 0.51% | - |
| HSV(B) | 222.35º | 0.63% | 0.74% | - |
| XYZ | 16.76 | 15.08 | 50.17 | - |
| YUV | 104.11 | 175.9 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 105 | 189 | 0.63 | 0.44 | 0 | 0.26 | 222.35 | 0.47 | 0.51 |
| Hex | 46 | 69 | BD | 3F | 2C | 0 | 1A | DE | 2F | 33 |
| Octal | 106 | 151 | 275 | 77 | 54 | 0 | 32 | 336 | 57 | 63 |
| Binary | 1000110 | 1101001 | 10111101 | 111111 | 101100 | 0 | 11010 | 11011110 | 101111 | 110011 |
Color Harmonies of #4669BD
Complementary color
Monochromatic Colors of #4669BD
Black with #4669BD
Text Example
Text Example
White with #4669BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4669BD; }
p { color: rgb(70,105,189); }
H1.HeaderClassName
{
color: #4669BD;
}
.AnyTagClassName
{
color: #4669BD;
}
</style>
background-color css
<style>
a { background-color: #4669BD; }
a { background-color: rgb(70,105,189); }
div.DivClassName
{
background-color: #4669BD;
}
.BgClassName
{
background-color: #4669BD;
}
</style>
border-color css
<style>
span { border-color: #4669BD; }
span { border-color: rgb(70,105,189); }
td.TdClassName
{
border-color: #4669BD;
}
.TagClassName
{
border-color: #4669BD;
}
</style>