Shades of Free Speech Blue #464AD5
Tints of Free Speech Blue #464AD5
RGB
CMYK
RGB Variations
Color information
#464AD5 (or 0x464AD5) is known color: Free Speech Blue. HEX triplet: 46, 4A and D5. RGB value is (70,74,213). Sum of RGB (Red+Green+Blue) = 70+74+213=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 213 (83.59% from 255 or 59.66% from 357); Max value from RGB is 213 - color contains mainly: blue. Hex color #464AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464AD5 is #B9B52A. Grayscale: #585858. Windows color (decimal): -12170539 or 13978182. OLE color: 13978182.
HSL color Cylindrical-coordinate representation of color #464AD5: hue angle of 238.32º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #464AD5 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 74 | 213 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.16 |
| HSL | 238.32º | 0.63% | 0.55% | - |
| HSV(B) | 238.32º | 0.67% | 0.84% | - |
| XYZ | 16.98 | 11 | 64.18 | - |
| YUV | 88.65 | 198.17 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 213 | 0.67 | 0.65 | 0 | 0.16 | 238.32 | 0.63 | 0.55 |
| Hex | 46 | 4A | D5 | 43 | 41 | 0 | 10 | EE | 3F | 37 |
| Octal | 106 | 112 | 325 | 103 | 101 | 0 | 20 | 356 | 77 | 67 |
| Binary | 1000110 | 1001010 | 11010101 | 1000011 | 1000001 | 0 | 10000 | 11101110 | 111111 | 110111 |
Color Harmonies of #464AD5
Complementary color
Monochromatic Colors of #464AD5
Black with #464AD5
Text Example
Text Example
White with #464AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464AD5; }
p { color: rgb(70,74,213); }
H1.HeaderClassName
{
color: #464AD5;
}
.AnyTagClassName
{
color: #464AD5;
}
</style>
background-color css
<style>
a { background-color: #464AD5; }
a { background-color: rgb(70,74,213); }
div.DivClassName
{
background-color: #464AD5;
}
.BgClassName
{
background-color: #464AD5;
}
</style>
border-color css
<style>
span { border-color: #464AD5; }
span { border-color: rgb(70,74,213); }
td.TdClassName
{
border-color: #464AD5;
}
.TagClassName
{
border-color: #464AD5;
}
</style>