Shades of Free Speech Blue #464ECB
Tints of Free Speech Blue #464ECB
RGB
CMYK
RGB Variations
Color information
#464ECB (or 0x464ECB) is known color: Free Speech Blue. HEX triplet: 46, 4E and CB. RGB value is (70,78,203). Sum of RGB (Red+Green+Blue) = 70+78+203=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #464ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464ECB is #B9B134. Grayscale: #595959. Windows color (decimal): -12169525 or 13323846. OLE color: 13323846.
HSL color Cylindrical-coordinate representation of color #464ECB: hue angle of 236.39º 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 #464ECB is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 78 | 203 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.20 |
| HSL | 236.39º | 0.56% | 0.54% | - |
| HSV(B) | 236.39º | 0.66% | 0.8% | - |
| XYZ | 16.03 | 11.06 | 57.79 | - |
| YUV | 89.86 | 191.85 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 203 | 0.66 | 0.62 | 0 | 0.20 | 236.39 | 0.56 | 0.54 |
| Hex | 46 | 4E | CB | 42 | 3E | 0 | 14 | EC | 38 | 36 |
| Octal | 106 | 116 | 313 | 102 | 76 | 0 | 24 | 354 | 70 | 66 |
| Binary | 1000110 | 1001110 | 11001011 | 1000010 | 111110 | 0 | 10100 | 11101100 | 111000 | 110110 |
Color Harmonies of #464ECB
Complementary color
Monochromatic Colors of #464ECB
Black with #464ECB
Text Example
Text Example
White with #464ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464ECB; }
p { color: rgb(70,78,203); }
H1.HeaderClassName
{
color: #464ECB;
}
.AnyTagClassName
{
color: #464ECB;
}
</style>
background-color css
<style>
a { background-color: #464ECB; }
a { background-color: rgb(70,78,203); }
div.DivClassName
{
background-color: #464ECB;
}
.BgClassName
{
background-color: #464ECB;
}
</style>
border-color css
<style>
span { border-color: #464ECB; }
span { border-color: rgb(70,78,203); }
td.TdClassName
{
border-color: #464ECB;
}
.TagClassName
{
border-color: #464ECB;
}
</style>