Shades of Free Speech Blue #464DDA
Tints of Free Speech Blue #464DDA
RGB
CMYK
RGB Variations
Color information
#464DDA (or 0x464DDA) is known color: Free Speech Blue. HEX triplet: 46, 4D and DA. RGB value is (70,77,218). Sum of RGB (Red+Green+Blue) = 70+77+218=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #464DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #464DDA is #B9B225. Grayscale: #5A5A5A. Windows color (decimal): -12169766 or 14306630. OLE color: 14306630.
HSL color Cylindrical-coordinate representation of color #464DDA: hue angle of 237.16º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #464DDA is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 77 | 218 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.15 |
| HSL | 237.16º | 0.67% | 0.56% | - |
| HSV(B) | 237.16º | 0.68% | 0.85% | - |
| XYZ | 17.83 | 11.67 | 67.64 | - |
| YUV | 90.98 | 199.68 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 218 | 0.68 | 0.65 | 0 | 0.15 | 237.16 | 0.67 | 0.56 |
| Hex | 46 | 4D | DA | 44 | 41 | 0 | F | ED | 43 | 38 |
| Octal | 106 | 115 | 332 | 104 | 101 | 0 | 17 | 355 | 103 | 70 |
| Binary | 1000110 | 1001101 | 11011010 | 1000100 | 1000001 | 0 | 1111 | 11101101 | 1000011 | 111000 |
Color Harmonies of #464DDA
Complementary color
Monochromatic Colors of #464DDA
Black with #464DDA
Text Example
Text Example
White with #464DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464DDA; }
p { color: rgb(70,77,218); }
H1.HeaderClassName
{
color: #464DDA;
}
.AnyTagClassName
{
color: #464DDA;
}
</style>
background-color css
<style>
a { background-color: #464DDA; }
a { background-color: rgb(70,77,218); }
div.DivClassName
{
background-color: #464DDA;
}
.BgClassName
{
background-color: #464DDA;
}
</style>
border-color css
<style>
span { border-color: #464DDA; }
span { border-color: rgb(70,77,218); }
td.TdClassName
{
border-color: #464DDA;
}
.TagClassName
{
border-color: #464DDA;
}
</style>