Shades of Free Speech Blue #464CCD
Tints of Free Speech Blue #464CCD
RGB
CMYK
RGB Variations
Color information
#464CCD (or 0x464CCD) is known color: Free Speech Blue. HEX triplet: 46, 4C and CD. RGB value is (70,76,205). Sum of RGB (Red+Green+Blue) = 70+76+205=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #464CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464CCD is #B9B332. Grayscale: #585858. Windows color (decimal): -12170035 or 13454406. OLE color: 13454406.
HSL color Cylindrical-coordinate representation of color #464CCD: hue angle of 237.33º degrees, saturation: 0.57, 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 #464CCD is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 76 | 205 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.20 |
| HSL | 237.33º | 0.57% | 0.54% | - |
| HSV(B) | 237.33º | 0.66% | 0.8% | - |
| XYZ | 16.13 | 10.88 | 59.01 | - |
| YUV | 88.91 | 193.51 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 205 | 0.66 | 0.63 | 0 | 0.20 | 237.33 | 0.57 | 0.54 |
| Hex | 46 | 4C | CD | 42 | 3F | 0 | 14 | ED | 39 | 36 |
| Octal | 106 | 114 | 315 | 102 | 77 | 0 | 24 | 355 | 71 | 66 |
| Binary | 1000110 | 1001100 | 11001101 | 1000010 | 111111 | 0 | 10100 | 11101101 | 111001 | 110110 |
Color Harmonies of #464CCD
Complementary color
Monochromatic Colors of #464CCD
Black with #464CCD
Text Example
Text Example
White with #464CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464CCD; }
p { color: rgb(70,76,205); }
H1.HeaderClassName
{
color: #464CCD;
}
.AnyTagClassName
{
color: #464CCD;
}
</style>
background-color css
<style>
a { background-color: #464CCD; }
a { background-color: rgb(70,76,205); }
div.DivClassName
{
background-color: #464CCD;
}
.BgClassName
{
background-color: #464CCD;
}
</style>
border-color css
<style>
span { border-color: #464CCD; }
span { border-color: rgb(70,76,205); }
td.TdClassName
{
border-color: #464CCD;
}
.TagClassName
{
border-color: #464CCD;
}
</style>