Shades of Free Speech Blue #466DBD
Tints of Free Speech Blue #466DBD
RGB
CMYK
RGB Variations
Color information
#466DBD (or 0x466DBD) is known color: Free Speech Blue. HEX triplet: 46, 6D and BD. RGB value is (70,109,189). Sum of RGB (Red+Green+Blue) = 70+109+189=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #466DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466DBD is #B99242. Grayscale: #6A6A6A. Windows color (decimal): -12161603 or 12414278. OLE color: 12414278.
HSL color Cylindrical-coordinate representation of color #466DBD: hue angle of 220.34º 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 #466DBD is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 109 | 189 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.26 |
| HSL | 220.34º | 0.47% | 0.51% | - |
| HSV(B) | 220.34º | 0.63% | 0.74% | - |
| XYZ | 17.18 | 15.91 | 50.31 | - |
| YUV | 106.46 | 174.58 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 109 | 189 | 0.63 | 0.42 | 0 | 0.26 | 220.34 | 0.47 | 0.51 |
| Hex | 46 | 6D | BD | 3F | 2A | 0 | 1A | DC | 2F | 33 |
| Octal | 106 | 155 | 275 | 77 | 52 | 0 | 32 | 334 | 57 | 63 |
| Binary | 1000110 | 1101101 | 10111101 | 111111 | 101010 | 0 | 11010 | 11011100 | 101111 | 110011 |
Color Harmonies of #466DBD
Complementary color
Monochromatic Colors of #466DBD
Black with #466DBD
Text Example
Text Example
White with #466DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466DBD; }
p { color: rgb(70,109,189); }
H1.HeaderClassName
{
color: #466DBD;
}
.AnyTagClassName
{
color: #466DBD;
}
</style>
background-color css
<style>
a { background-color: #466DBD; }
a { background-color: rgb(70,109,189); }
div.DivClassName
{
background-color: #466DBD;
}
.BgClassName
{
background-color: #466DBD;
}
</style>
border-color css
<style>
span { border-color: #466DBD; }
span { border-color: rgb(70,109,189); }
td.TdClassName
{
border-color: #466DBD;
}
.TagClassName
{
border-color: #466DBD;
}
</style>