Shades of Free Speech Blue #464ACF
Tints of Free Speech Blue #464ACF
RGB
CMYK
RGB Variations
Color information
#464ACF (or 0x464ACF) is known color: Free Speech Blue. HEX triplet: 46, 4A and CF. RGB value is (70,74,207). Sum of RGB (Red+Green+Blue) = 70+74+207=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #464ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464ACF is #B9B530. Grayscale: #575757. Windows color (decimal): -12170545 or 13584966. OLE color: 13584966.
HSL color Cylindrical-coordinate representation of color #464ACF: hue angle of 238.25º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #464ACF is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 74 | 207 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.19 |
| HSL | 238.25º | 0.59% | 0.54% | - |
| HSV(B) | 238.25º | 0.66% | 0.81% | - |
| XYZ | 16.24 | 10.7 | 60.24 | - |
| YUV | 87.97 | 195.17 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 207 | 0.66 | 0.64 | 0 | 0.19 | 238.25 | 0.59 | 0.54 |
| Hex | 46 | 4A | CF | 42 | 40 | 0 | 13 | EE | 3B | 36 |
| Octal | 106 | 112 | 317 | 102 | 100 | 0 | 23 | 356 | 73 | 66 |
| Binary | 1000110 | 1001010 | 11001111 | 1000010 | 1000000 | 0 | 10011 | 11101110 | 111011 | 110110 |
Color Harmonies of #464ACF
Complementary color
Monochromatic Colors of #464ACF
Black with #464ACF
Text Example
Text Example
White with #464ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464ACF; }
p { color: rgb(70,74,207); }
H1.HeaderClassName
{
color: #464ACF;
}
.AnyTagClassName
{
color: #464ACF;
}
</style>
background-color css
<style>
a { background-color: #464ACF; }
a { background-color: rgb(70,74,207); }
div.DivClassName
{
background-color: #464ACF;
}
.BgClassName
{
background-color: #464ACF;
}
</style>
border-color css
<style>
span { border-color: #464ACF; }
span { border-color: rgb(70,74,207); }
td.TdClassName
{
border-color: #464ACF;
}
.TagClassName
{
border-color: #464ACF;
}
</style>