Shades of Free Speech Blue #464BD3
Tints of Free Speech Blue #464BD3
RGB
CMYK
RGB Variations
Color information
#464BD3 (or 0x464BD3) is known color: Free Speech Blue. HEX triplet: 46, 4B and D3. RGB value is (70,75,211). Sum of RGB (Red+Green+Blue) = 70+75+211=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 211 (82.81% from 255 or 59.27% from 356); Max value from RGB is 211 - color contains mainly: blue. Hex color #464BD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464BD3 is #B9B42C. Grayscale: #585858. Windows color (decimal): -12170285 or 13847366. OLE color: 13847366.
HSL color Cylindrical-coordinate representation of color #464BD3: hue angle of 237.87º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #464BD3 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 75 | 211 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.17 |
| HSL | 237.87º | 0.62% | 0.55% | - |
| HSV(B) | 237.87º | 0.67% | 0.83% | - |
| XYZ | 16.8 | 11.04 | 62.87 | - |
| YUV | 89.01 | 196.84 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 211 | 0.67 | 0.64 | 0 | 0.17 | 237.87 | 0.62 | 0.55 |
| Hex | 46 | 4B | D3 | 43 | 40 | 0 | 11 | EE | 3E | 37 |
| Octal | 106 | 113 | 323 | 103 | 100 | 0 | 21 | 356 | 76 | 67 |
| Binary | 1000110 | 1001011 | 11010011 | 1000011 | 1000000 | 0 | 10001 | 11101110 | 111110 | 110111 |
Color Harmonies of #464BD3
Complementary color
Monochromatic Colors of #464BD3
Black with #464BD3
Text Example
Text Example
White with #464BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464BD3; }
p { color: rgb(70,75,211); }
H1.HeaderClassName
{
color: #464BD3;
}
.AnyTagClassName
{
color: #464BD3;
}
</style>
background-color css
<style>
a { background-color: #464BD3; }
a { background-color: rgb(70,75,211); }
div.DivClassName
{
background-color: #464BD3;
}
.BgClassName
{
background-color: #464BD3;
}
</style>
border-color css
<style>
span { border-color: #464BD3; }
span { border-color: rgb(70,75,211); }
td.TdClassName
{
border-color: #464BD3;
}
.TagClassName
{
border-color: #464BD3;
}
</style>