Shades of Free Speech Blue #464CD2
Tints of Free Speech Blue #464CD2
RGB
CMYK
RGB Variations
Color information
#464CD2 (or 0x464CD2) is known color: Free Speech Blue. HEX triplet: 46, 4C and D2. RGB value is (70,76,210). Sum of RGB (Red+Green+Blue) = 70+76+210=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 210 (82.42% from 255 or 58.99% from 356); Max value from RGB is 210 - color contains mainly: blue. Hex color #464CD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #464CD2 is #B9B32D. Grayscale: #585858. Windows color (decimal): -12170030 or 13782086. OLE color: 13782086.
HSL color Cylindrical-coordinate representation of color #464CD2: hue angle of 237.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #464CD2 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 76 | 210 | - |
| CMYK | 0.67 | 0.64 | 0 | 0.18 |
| HSL | 237.43º | 0.61% | 0.55% | - |
| HSV(B) | 237.43º | 0.67% | 0.82% | - |
| XYZ | 16.74 | 11.12 | 62.24 | - |
| YUV | 89.48 | 196.01 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 210 | 0.67 | 0.64 | 0 | 0.18 | 237.43 | 0.61 | 0.55 |
| Hex | 46 | 4C | D2 | 43 | 40 | 0 | 12 | ED | 3D | 37 |
| Octal | 106 | 114 | 322 | 103 | 100 | 0 | 22 | 355 | 75 | 67 |
| Binary | 1000110 | 1001100 | 11010010 | 1000011 | 1000000 | 0 | 10010 | 11101101 | 111101 | 110111 |
Color Harmonies of #464CD2
Complementary color
Monochromatic Colors of #464CD2
Black with #464CD2
Text Example
Text Example
White with #464CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464CD2; }
p { color: rgb(70,76,210); }
H1.HeaderClassName
{
color: #464CD2;
}
.AnyTagClassName
{
color: #464CD2;
}
</style>
background-color css
<style>
a { background-color: #464CD2; }
a { background-color: rgb(70,76,210); }
div.DivClassName
{
background-color: #464CD2;
}
.BgClassName
{
background-color: #464CD2;
}
</style>
border-color css
<style>
span { border-color: #464CD2; }
span { border-color: rgb(70,76,210); }
td.TdClassName
{
border-color: #464CD2;
}
.TagClassName
{
border-color: #464CD2;
}
</style>