Shades of Free Speech Blue #465ECB
Tints of Free Speech Blue #465ECB
RGB
CMYK
RGB Variations
Color information
#465ECB (or 0x465ECB) is known color: Free Speech Blue. HEX triplet: 46, 5E and CB. RGB value is (70,94,203). Sum of RGB (Red+Green+Blue) = 70+94+203=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #465ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465ECB is #B9A134. Grayscale: #626262. Windows color (decimal): -12165429 or 13327942. OLE color: 13327942.
HSL color Cylindrical-coordinate representation of color #465ECB: hue angle of 229.17º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #465ECB is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 94 | 203 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.20 |
| HSL | 229.17º | 0.56% | 0.54% | - |
| HSV(B) | 229.17º | 0.66% | 0.8% | - |
| XYZ | 17.31 | 13.62 | 58.22 | - |
| YUV | 99.25 | 186.55 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 94 | 203 | 0.66 | 0.54 | 0 | 0.20 | 229.17 | 0.56 | 0.54 |
| Hex | 46 | 5E | CB | 42 | 36 | 0 | 14 | E5 | 38 | 36 |
| Octal | 106 | 136 | 313 | 102 | 66 | 0 | 24 | 345 | 70 | 66 |
| Binary | 1000110 | 1011110 | 11001011 | 1000010 | 110110 | 0 | 10100 | 11100101 | 111000 | 110110 |
Color Harmonies of #465ECB
Complementary color
Monochromatic Colors of #465ECB
Black with #465ECB
Text Example
Text Example
White with #465ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465ECB; }
p { color: rgb(70,94,203); }
H1.HeaderClassName
{
color: #465ECB;
}
.AnyTagClassName
{
color: #465ECB;
}
</style>
background-color css
<style>
a { background-color: #465ECB; }
a { background-color: rgb(70,94,203); }
div.DivClassName
{
background-color: #465ECB;
}
.BgClassName
{
background-color: #465ECB;
}
</style>
border-color css
<style>
span { border-color: #465ECB; }
span { border-color: rgb(70,94,203); }
td.TdClassName
{
border-color: #465ECB;
}
.TagClassName
{
border-color: #465ECB;
}
</style>