Shades of Free Speech Blue #4665BD
Tints of Free Speech Blue #4665BD
RGB
CMYK
RGB Variations
Color information
#4665BD (or 0x4665BD) is known color: Free Speech Blue. HEX triplet: 46, 65 and BD. RGB value is (70,101,189). Sum of RGB (Red+Green+Blue) = 70+101+189=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #4665BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4665BD is #B99A42. Grayscale: #656565. Windows color (decimal): -12163651 or 12412230. OLE color: 12412230.
HSL color Cylindrical-coordinate representation of color #4665BD: hue angle of 224.37º 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 #4665BD is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 101 | 189 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.26 |
| HSL | 224.37º | 0.47% | 0.51% | - |
| HSV(B) | 224.37º | 0.63% | 0.74% | - |
| XYZ | 16.36 | 14.28 | 50.04 | - |
| YUV | 101.76 | 177.23 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 101 | 189 | 0.63 | 0.47 | 0 | 0.26 | 224.37 | 0.47 | 0.51 |
| Hex | 46 | 65 | BD | 3F | 2F | 0 | 1A | E0 | 2F | 33 |
| Octal | 106 | 145 | 275 | 77 | 57 | 0 | 32 | 340 | 57 | 63 |
| Binary | 1000110 | 1100101 | 10111101 | 111111 | 101111 | 0 | 11010 | 11100000 | 101111 | 110011 |
Color Harmonies of #4665BD
Complementary color
Monochromatic Colors of #4665BD
Black with #4665BD
Text Example
Text Example
White with #4665BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4665BD; }
p { color: rgb(70,101,189); }
H1.HeaderClassName
{
color: #4665BD;
}
.AnyTagClassName
{
color: #4665BD;
}
</style>
background-color css
<style>
a { background-color: #4665BD; }
a { background-color: rgb(70,101,189); }
div.DivClassName
{
background-color: #4665BD;
}
.BgClassName
{
background-color: #4665BD;
}
</style>
border-color css
<style>
span { border-color: #4665BD; }
span { border-color: rgb(70,101,189); }
td.TdClassName
{
border-color: #4665BD;
}
.TagClassName
{
border-color: #4665BD;
}
</style>