Shades of Free Speech Blue #465DC6
Tints of Free Speech Blue #465DC6
RGB
CMYK
RGB Variations
Color information
#465DC6 (or 0x465DC6) is known color: Free Speech Blue. HEX triplet: 46, 5D and C6. RGB value is (70,93,198). Sum of RGB (Red+Green+Blue) = 70+93+198=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 198 (77.73% from 255 or 54.85% from 361); Max value from RGB is 198 - color contains mainly: blue. Hex color #465DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465DC6 is #B9A239. Grayscale: #616161. Windows color (decimal): -12165690 or 13000006. OLE color: 13000006.
HSL color Cylindrical-coordinate representation of color #465DC6: hue angle of 229.22º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #465DC6 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 93 | 198 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.22 |
| HSL | 229.22º | 0.53% | 0.53% | - |
| HSV(B) | 229.22º | 0.65% | 0.78% | - |
| XYZ | 16.63 | 13.21 | 55.1 | - |
| YUV | 98.09 | 184.38 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 198 | 0.65 | 0.53 | 0 | 0.22 | 229.22 | 0.53 | 0.53 |
| Hex | 46 | 5D | C6 | 41 | 35 | 0 | 16 | E5 | 35 | 35 |
| Octal | 106 | 135 | 306 | 101 | 65 | 0 | 26 | 345 | 65 | 65 |
| Binary | 1000110 | 1011101 | 11000110 | 1000001 | 110101 | 0 | 10110 | 11100101 | 110101 | 110101 |
Color Harmonies of #465DC6
Complementary color
Monochromatic Colors of #465DC6
Black with #465DC6
Text Example
Text Example
White with #465DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465DC6; }
p { color: rgb(70,93,198); }
H1.HeaderClassName
{
color: #465DC6;
}
.AnyTagClassName
{
color: #465DC6;
}
</style>
background-color css
<style>
a { background-color: #465DC6; }
a { background-color: rgb(70,93,198); }
div.DivClassName
{
background-color: #465DC6;
}
.BgClassName
{
background-color: #465DC6;
}
</style>
border-color css
<style>
span { border-color: #465DC6; }
span { border-color: rgb(70,93,198); }
td.TdClassName
{
border-color: #465DC6;
}
.TagClassName
{
border-color: #465DC6;
}
</style>