Shades of Free Speech Blue #464CC8
Tints of Free Speech Blue #464CC8
RGB
CMYK
RGB Variations
Color information
#464CC8 (or 0x464CC8) is known color: Free Speech Blue. HEX triplet: 46, 4C and C8. RGB value is (70,76,200). Sum of RGB (Red+Green+Blue) = 70+76+200=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 200 (78.52% from 255 or 57.80% from 346); Max value from RGB is 200 - color contains mainly: blue. Hex color #464CC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464CC8 is #B9B337. Grayscale: #575757. Windows color (decimal): -12170040 or 13126726. OLE color: 13126726.
HSL color Cylindrical-coordinate representation of color #464CC8: hue angle of 237.23º degrees, saturation: 0.54, 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 #464CC8 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 76 | 200 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.22 |
| HSL | 237.23º | 0.54% | 0.53% | - |
| HSV(B) | 237.23º | 0.65% | 0.78% | - |
| XYZ | 15.54 | 10.64 | 55.88 | - |
| YUV | 88.34 | 191.01 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 200 | 0.65 | 0.62 | 0 | 0.22 | 237.23 | 0.54 | 0.53 |
| Hex | 46 | 4C | C8 | 41 | 3E | 0 | 16 | ED | 36 | 35 |
| Octal | 106 | 114 | 310 | 101 | 76 | 0 | 26 | 355 | 66 | 65 |
| Binary | 1000110 | 1001100 | 11001000 | 1000001 | 111110 | 0 | 10110 | 11101101 | 110110 | 110101 |
Color Harmonies of #464CC8
Complementary color
Monochromatic Colors of #464CC8
Black with #464CC8
Text Example
Text Example
White with #464CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464CC8; }
p { color: rgb(70,76,200); }
H1.HeaderClassName
{
color: #464CC8;
}
.AnyTagClassName
{
color: #464CC8;
}
</style>
background-color css
<style>
a { background-color: #464CC8; }
a { background-color: rgb(70,76,200); }
div.DivClassName
{
background-color: #464CC8;
}
.BgClassName
{
background-color: #464CC8;
}
</style>
border-color css
<style>
span { border-color: #464CC8; }
span { border-color: rgb(70,76,200); }
td.TdClassName
{
border-color: #464CC8;
}
.TagClassName
{
border-color: #464CC8;
}
</style>