Shades of Free Speech Blue #465DBC
Tints of Free Speech Blue #465DBC
RGB
CMYK
RGB Variations
Color information
#465DBC (or 0x465DBC) is known color: Free Speech Blue. HEX triplet: 46, 5D and BC. RGB value is (70,93,188). Sum of RGB (Red+Green+Blue) = 70+93+188=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #465DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465DBC is #B9A243. Grayscale: #606060. Windows color (decimal): -12165700 or 12344646. OLE color: 12344646.
HSL color Cylindrical-coordinate representation of color #465DBC: hue angle of 228.31º 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 #465DBC is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 70 | 93 | 188 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.26 |
| HSL | 228.31º | 0.47% | 0.51% | - |
| HSV(B) | 228.31º | 0.63% | 0.74% | - |
| XYZ | 15.52 | 12.76 | 49.22 | - |
| YUV | 96.95 | 179.38 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 188 | 0.63 | 0.51 | 0 | 0.26 | 228.31 | 0.47 | 0.51 |
| Hex | 46 | 5D | BC | 3F | 33 | 0 | 1A | E4 | 2F | 33 |
| Octal | 106 | 135 | 274 | 77 | 63 | 0 | 32 | 344 | 57 | 63 |
| Binary | 1000110 | 1011101 | 10111100 | 111111 | 110011 | 0 | 11010 | 11100100 | 101111 | 110011 |
Color Harmonies of #465DBC
Complementary color
Monochromatic Colors of #465DBC
Black with #465DBC
Text Example
Text Example
White with #465DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465DBC; }
p { color: rgb(70,93,188); }
H1.HeaderClassName
{
color: #465DBC;
}
.AnyTagClassName
{
color: #465DBC;
}
</style>
background-color css
<style>
a { background-color: #465DBC; }
a { background-color: rgb(70,93,188); }
div.DivClassName
{
background-color: #465DBC;
}
.BgClassName
{
background-color: #465DBC;
}
</style>
border-color css
<style>
span { border-color: #465DBC; }
span { border-color: rgb(70,93,188); }
td.TdClassName
{
border-color: #465DBC;
}
.TagClassName
{
border-color: #465DBC;
}
</style>