Shades of Free Speech Blue #465ECE
Tints of Free Speech Blue #465ECE
RGB
CMYK
RGB Variations
Color information
#465ECE (or 0x465ECE) is known color: Free Speech Blue. HEX triplet: 46, 5E and CE. RGB value is (70,94,206). Sum of RGB (Red+Green+Blue) = 70+94+206=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #465ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465ECE is #B9A131. Grayscale: #636363. Windows color (decimal): -12165426 or 13524550. OLE color: 13524550.
HSL color Cylindrical-coordinate representation of color #465ECE: hue angle of 229.41º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #465ECE is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 94 | 206 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.19 |
| HSL | 229.41º | 0.58% | 0.54% | - |
| HSV(B) | 229.41º | 0.66% | 0.81% | - |
| XYZ | 17.67 | 13.76 | 60.12 | - |
| YUV | 99.59 | 188.05 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 206 | 0.66 | 0.54 | 0 | 0.19 | 229.41 | 0.58 | 0.54 |
| Hex | 46 | 5E | CE | 42 | 36 | 0 | 13 | E5 | 3A | 36 |
| Octal | 106 | 136 | 316 | 102 | 66 | 0 | 23 | 345 | 72 | 66 |
| Binary | 1000110 | 1011110 | 11001110 | 1000010 | 110110 | 0 | 10011 | 11100101 | 111010 | 110110 |
Color Harmonies of #465ECE
Complementary color
Monochromatic Colors of #465ECE
Black with #465ECE
Text Example
Text Example
White with #465ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465ECE; }
p { color: rgb(70,94,206); }
H1.HeaderClassName
{
color: #465ECE;
}
.AnyTagClassName
{
color: #465ECE;
}
</style>
background-color css
<style>
a { background-color: #465ECE; }
a { background-color: rgb(70,94,206); }
div.DivClassName
{
background-color: #465ECE;
}
.BgClassName
{
background-color: #465ECE;
}
</style>
border-color css
<style>
span { border-color: #465ECE; }
span { border-color: rgb(70,94,206); }
td.TdClassName
{
border-color: #465ECE;
}
.TagClassName
{
border-color: #465ECE;
}
</style>