Shades of Free Speech Blue #465BC7
Tints of Free Speech Blue #465BC7
RGB
CMYK
RGB Variations
Color information
#465BC7 (or 0x465BC7) is known color: Free Speech Blue. HEX triplet: 46, 5B and C7. RGB value is (70,91,199). Sum of RGB (Red+Green+Blue) = 70+91+199=360 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.44% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 199 (78.12% from 255 or 55.28% from 360); Max value from RGB is 199 - color contains mainly: blue. Hex color #465BC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465BC7 is #B9A438. Grayscale: #606060. Windows color (decimal): -12166201 or 13065030. OLE color: 13065030.
HSL color Cylindrical-coordinate representation of color #465BC7: hue angle of 230.23º 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 #465BC7 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 91 | 199 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.22 |
| HSL | 230.23º | 0.54% | 0.53% | - |
| HSV(B) | 230.23º | 0.65% | 0.78% | - |
| XYZ | 16.58 | 12.91 | 55.65 | - |
| YUV | 97.03 | 185.54 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 91 | 199 | 0.65 | 0.54 | 0 | 0.22 | 230.23 | 0.54 | 0.53 |
| Hex | 46 | 5B | C7 | 41 | 36 | 0 | 16 | E6 | 36 | 35 |
| Octal | 106 | 133 | 307 | 101 | 66 | 0 | 26 | 346 | 66 | 65 |
| Binary | 1000110 | 1011011 | 11000111 | 1000001 | 110110 | 0 | 10110 | 11100110 | 110110 | 110101 |
Color Harmonies of #465BC7
Complementary color
Monochromatic Colors of #465BC7
Black with #465BC7
Text Example
Text Example
White with #465BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465BC7; }
p { color: rgb(70,91,199); }
H1.HeaderClassName
{
color: #465BC7;
}
.AnyTagClassName
{
color: #465BC7;
}
</style>
background-color css
<style>
a { background-color: #465BC7; }
a { background-color: rgb(70,91,199); }
div.DivClassName
{
background-color: #465BC7;
}
.BgClassName
{
background-color: #465BC7;
}
</style>
border-color css
<style>
span { border-color: #465BC7; }
span { border-color: rgb(70,91,199); }
td.TdClassName
{
border-color: #465BC7;
}
.TagClassName
{
border-color: #465BC7;
}
</style>