Shades of Free Speech Blue #465EC7
Tints of Free Speech Blue #465EC7
RGB
CMYK
RGB Variations
Color information
#465EC7 (or 0x465EC7) is known color: Free Speech Blue. HEX triplet: 46, 5E and C7. RGB value is (70,94,199). Sum of RGB (Red+Green+Blue) = 70+94+199=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 199 (78.12% from 255 or 54.82% from 363); Max value from RGB is 199 - color contains mainly: blue. Hex color #465EC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465EC7 is #B9A138. Grayscale: #626262. Windows color (decimal): -12165433 or 13065798. OLE color: 13065798.
HSL color Cylindrical-coordinate representation of color #465EC7: hue angle of 228.84º 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 #465EC7 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 94 | 199 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.22 |
| HSL | 228.84º | 0.54% | 0.53% | - |
| HSV(B) | 228.84º | 0.65% | 0.78% | - |
| XYZ | 16.84 | 13.43 | 55.74 | - |
| YUV | 98.79 | 184.55 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 199 | 0.65 | 0.53 | 0 | 0.22 | 228.84 | 0.54 | 0.53 |
| Hex | 46 | 5E | C7 | 41 | 35 | 0 | 16 | E5 | 36 | 35 |
| Octal | 106 | 136 | 307 | 101 | 65 | 0 | 26 | 345 | 66 | 65 |
| Binary | 1000110 | 1011110 | 11000111 | 1000001 | 110101 | 0 | 10110 | 11100101 | 110110 | 110101 |
Color Harmonies of #465EC7
Complementary color
Monochromatic Colors of #465EC7
Black with #465EC7
Text Example
Text Example
White with #465EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465EC7; }
p { color: rgb(70,94,199); }
H1.HeaderClassName
{
color: #465EC7;
}
.AnyTagClassName
{
color: #465EC7;
}
</style>
background-color css
<style>
a { background-color: #465EC7; }
a { background-color: rgb(70,94,199); }
div.DivClassName
{
background-color: #465EC7;
}
.BgClassName
{
background-color: #465EC7;
}
</style>
border-color css
<style>
span { border-color: #465EC7; }
span { border-color: rgb(70,94,199); }
td.TdClassName
{
border-color: #465EC7;
}
.TagClassName
{
border-color: #465EC7;
}
</style>