Shades of Free Speech Blue #465BC8
Tints of Free Speech Blue #465BC8
RGB
CMYK
RGB Variations
Color information
#465BC8 (or 0x465BC8) is known color: Free Speech Blue. HEX triplet: 46, 5B and C8. RGB value is (70,91,200). Sum of RGB (Red+Green+Blue) = 70+91+200=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #465BC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465BC8 is #B9A437. Grayscale: #606060. Windows color (decimal): -12166200 or 13130566. OLE color: 13130566.
HSL color Cylindrical-coordinate representation of color #465BC8: hue angle of 230.31º degrees, saturation: 0.54, 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 #465BC8 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 91 | 200 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.22 |
| HSL | 230.31º | 0.54% | 0.53% | - |
| HSV(B) | 230.31º | 0.65% | 0.78% | - |
| XYZ | 16.69 | 12.95 | 56.26 | - |
| YUV | 97.15 | 186.04 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 200 | 0.65 | 0.54 | 0 | 0.22 | 230.31 | 0.54 | 0.53 |
| Hex | 46 | 5B | C8 | 41 | 36 | 0 | 16 | E6 | 36 | 35 |
| Octal | 106 | 133 | 310 | 101 | 66 | 0 | 26 | 346 | 66 | 65 |
| Binary | 1000110 | 1011011 | 11001000 | 1000001 | 110110 | 0 | 10110 | 11100110 | 110110 | 110101 |
Color Harmonies of #465BC8
Complementary color
Monochromatic Colors of #465BC8
Black with #465BC8
Text Example
Text Example
White with #465BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465BC8; }
p { color: rgb(70,91,200); }
H1.HeaderClassName
{
color: #465BC8;
}
.AnyTagClassName
{
color: #465BC8;
}
</style>
background-color css
<style>
a { background-color: #465BC8; }
a { background-color: rgb(70,91,200); }
div.DivClassName
{
background-color: #465BC8;
}
.BgClassName
{
background-color: #465BC8;
}
</style>
border-color css
<style>
span { border-color: #465BC8; }
span { border-color: rgb(70,91,200); }
td.TdClassName
{
border-color: #465BC8;
}
.TagClassName
{
border-color: #465BC8;
}
</style>