Shades of Free Speech Blue #464CBE
Tints of Free Speech Blue #464CBE
RGB
CMYK
RGB Variations
Color information
#464CBE (or 0x464CBE) is known color: Free Speech Blue. HEX triplet: 46, 4C and BE. RGB value is (70,76,190). Sum of RGB (Red+Green+Blue) = 70+76+190=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #464CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464CBE is #B9B341. Grayscale: #565656. Windows color (decimal): -12170050 or 12471366. OLE color: 12471366.
HSL color Cylindrical-coordinate representation of color #464CBE: hue angle of 237º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #464CBE is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 76 | 190 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.25 |
| HSL | 237º | 0.48% | 0.51% | - |
| HSV(B) | 237º | 0.63% | 0.75% | - |
| XYZ | 14.4 | 10.19 | 49.92 | - |
| YUV | 87.2 | 186.01 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 190 | 0.63 | 0.60 | 0 | 0.25 | 237 | 0.48 | 0.51 |
| Hex | 46 | 4C | BE | 3F | 3C | 0 | 19 | ED | 30 | 33 |
| Octal | 106 | 114 | 276 | 77 | 74 | 0 | 31 | 355 | 60 | 63 |
| Binary | 1000110 | 1001100 | 10111110 | 111111 | 111100 | 0 | 11001 | 11101101 | 110000 | 110011 |
Color Harmonies of #464CBE
Complementary color
Monochromatic Colors of #464CBE
Black with #464CBE
Text Example
Text Example
White with #464CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464CBE; }
p { color: rgb(70,76,190); }
H1.HeaderClassName
{
color: #464CBE;
}
.AnyTagClassName
{
color: #464CBE;
}
</style>
background-color css
<style>
a { background-color: #464CBE; }
a { background-color: rgb(70,76,190); }
div.DivClassName
{
background-color: #464CBE;
}
.BgClassName
{
background-color: #464CBE;
}
</style>
border-color css
<style>
span { border-color: #464CBE; }
span { border-color: rgb(70,76,190); }
td.TdClassName
{
border-color: #464CBE;
}
.TagClassName
{
border-color: #464CBE;
}
</style>