Shades of Free Speech Blue #464BCD
Tints of Free Speech Blue #464BCD
RGB
CMYK
RGB Variations
Color information
#464BCD (or 0x464BCD) is known color: Free Speech Blue. HEX triplet: 46, 4B and CD. RGB value is (70,75,205). Sum of RGB (Red+Green+Blue) = 70+75+205=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #464BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464BCD is #B9B432. Grayscale: #575757. Windows color (decimal): -12170291 or 13454150. OLE color: 13454150.
HSL color Cylindrical-coordinate representation of color #464BCD: hue angle of 237.78º 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 #464BCD is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 75 | 205 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.20 |
| HSL | 237.78º | 0.57% | 0.54% | - |
| HSV(B) | 237.78º | 0.66% | 0.8% | - |
| XYZ | 16.06 | 10.74 | 58.98 | - |
| YUV | 88.33 | 193.84 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 205 | 0.66 | 0.63 | 0 | 0.20 | 237.78 | 0.57 | 0.54 |
| Hex | 46 | 4B | CD | 42 | 3F | 0 | 14 | EE | 39 | 36 |
| Octal | 106 | 113 | 315 | 102 | 77 | 0 | 24 | 356 | 71 | 66 |
| Binary | 1000110 | 1001011 | 11001101 | 1000010 | 111111 | 0 | 10100 | 11101110 | 111001 | 110110 |
Color Harmonies of #464BCD
Complementary color
Monochromatic Colors of #464BCD
Black with #464BCD
Text Example
Text Example
White with #464BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464BCD; }
p { color: rgb(70,75,205); }
H1.HeaderClassName
{
color: #464BCD;
}
.AnyTagClassName
{
color: #464BCD;
}
</style>
background-color css
<style>
a { background-color: #464BCD; }
a { background-color: rgb(70,75,205); }
div.DivClassName
{
background-color: #464BCD;
}
.BgClassName
{
background-color: #464BCD;
}
</style>
border-color css
<style>
span { border-color: #464BCD; }
span { border-color: rgb(70,75,205); }
td.TdClassName
{
border-color: #464BCD;
}
.TagClassName
{
border-color: #464BCD;
}
</style>