Shades of Free Speech Blue #464CC6
Tints of Free Speech Blue #464CC6
RGB
CMYK
RGB Variations
Color information
#464CC6 (or 0x464CC6) is known color: Free Speech Blue. HEX triplet: 46, 4C and C6. RGB value is (70,76,198). Sum of RGB (Red+Green+Blue) = 70+76+198=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 198 (77.73% from 255 or 57.56% from 344); Max value from RGB is 198 - color contains mainly: blue. Hex color #464CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464CC6 is #B9B339. Grayscale: #575757. Windows color (decimal): -12170042 or 12995654. OLE color: 12995654.
HSL color Cylindrical-coordinate representation of color #464CC6: hue angle of 237.19º degrees, saturation: 0.53, 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 #464CC6 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 76 | 198 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.22 |
| HSL | 237.19º | 0.53% | 0.53% | - |
| HSV(B) | 237.19º | 0.65% | 0.78% | - |
| XYZ | 15.3 | 10.55 | 54.66 | - |
| YUV | 88.11 | 190.01 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 198 | 0.65 | 0.62 | 0 | 0.22 | 237.19 | 0.53 | 0.53 |
| Hex | 46 | 4C | C6 | 41 | 3E | 0 | 16 | ED | 35 | 35 |
| Octal | 106 | 114 | 306 | 101 | 76 | 0 | 26 | 355 | 65 | 65 |
| Binary | 1000110 | 1001100 | 11000110 | 1000001 | 111110 | 0 | 10110 | 11101101 | 110101 | 110101 |
Color Harmonies of #464CC6
Complementary color
Monochromatic Colors of #464CC6
Black with #464CC6
Text Example
Text Example
White with #464CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464CC6; }
p { color: rgb(70,76,198); }
H1.HeaderClassName
{
color: #464CC6;
}
.AnyTagClassName
{
color: #464CC6;
}
</style>
background-color css
<style>
a { background-color: #464CC6; }
a { background-color: rgb(70,76,198); }
div.DivClassName
{
background-color: #464CC6;
}
.BgClassName
{
background-color: #464CC6;
}
</style>
border-color css
<style>
span { border-color: #464CC6; }
span { border-color: rgb(70,76,198); }
td.TdClassName
{
border-color: #464CC6;
}
.TagClassName
{
border-color: #464CC6;
}
</style>