Shades of Free Speech Blue #465CBA
Tints of Free Speech Blue #465CBA
RGB
CMYK
RGB Variations
Color information
#465CBA (or 0x465CBA) is known color: Free Speech Blue. HEX triplet: 46, 5C and BA. RGB value is (70,92,186). Sum of RGB (Red+Green+Blue) = 70+92+186=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #465CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465CBA is #B9A345. Grayscale: #5F5F5F. Windows color (decimal): -12165958 or 12213318. OLE color: 12213318.
HSL color Cylindrical-coordinate representation of color #465CBA: hue angle of 228.62º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #465CBA is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 92 | 186 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.27 |
| HSL | 228.62º | 0.46% | 0.5% | - |
| HSV(B) | 228.62º | 0.62% | 0.73% | - |
| XYZ | 15.22 | 12.5 | 48.07 | - |
| YUV | 96.14 | 178.71 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 186 | 0.62 | 0.51 | 0 | 0.27 | 228.62 | 0.46 | 0.5 |
| Hex | 46 | 5C | BA | 3E | 33 | 0 | 1B | E5 | 2E | 32 |
| Octal | 106 | 134 | 272 | 76 | 63 | 0 | 33 | 345 | 56 | 62 |
| Binary | 1000110 | 1011100 | 10111010 | 111110 | 110011 | 0 | 11011 | 11100101 | 101110 | 110010 |
Color Harmonies of #465CBA
Complementary color
Monochromatic Colors of #465CBA
Black with #465CBA
Text Example
Text Example
White with #465CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465CBA; }
p { color: rgb(70,92,186); }
H1.HeaderClassName
{
color: #465CBA;
}
.AnyTagClassName
{
color: #465CBA;
}
</style>
background-color css
<style>
a { background-color: #465CBA; }
a { background-color: rgb(70,92,186); }
div.DivClassName
{
background-color: #465CBA;
}
.BgClassName
{
background-color: #465CBA;
}
</style>
border-color css
<style>
span { border-color: #465CBA; }
span { border-color: rgb(70,92,186); }
td.TdClassName
{
border-color: #465CBA;
}
.TagClassName
{
border-color: #465CBA;
}
</style>