Shades of Free Speech Blue #465DC7
Tints of Free Speech Blue #465DC7
RGB
CMYK
RGB Variations
Color information
#465DC7 (or 0x465DC7) is known color: Free Speech Blue. HEX triplet: 46, 5D and C7. RGB value is (70,93,199). Sum of RGB (Red+Green+Blue) = 70+93+199=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 199 (78.12% from 255 or 54.97% from 362); Max value from RGB is 199 - color contains mainly: blue. Hex color #465DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465DC7 is #B9A238. Grayscale: #616161. Windows color (decimal): -12165689 or 13065542. OLE color: 13065542.
HSL color Cylindrical-coordinate representation of color #465DC7: hue angle of 229.3º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #465DC7 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 93 | 199 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.22 |
| HSL | 229.3º | 0.54% | 0.53% | - |
| HSV(B) | 229.3º | 0.65% | 0.78% | - |
| XYZ | 16.75 | 13.25 | 55.71 | - |
| YUV | 98.21 | 184.88 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 199 | 0.65 | 0.53 | 0 | 0.22 | 229.3 | 0.54 | 0.53 |
| Hex | 46 | 5D | C7 | 41 | 35 | 0 | 16 | E5 | 36 | 35 |
| Octal | 106 | 135 | 307 | 101 | 65 | 0 | 26 | 345 | 66 | 65 |
| Binary | 1000110 | 1011101 | 11000111 | 1000001 | 110101 | 0 | 10110 | 11100101 | 110110 | 110101 |
Color Harmonies of #465DC7
Complementary color
Monochromatic Colors of #465DC7
Black with #465DC7
Text Example
Text Example
White with #465DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465DC7; }
p { color: rgb(70,93,199); }
H1.HeaderClassName
{
color: #465DC7;
}
.AnyTagClassName
{
color: #465DC7;
}
</style>
background-color css
<style>
a { background-color: #465DC7; }
a { background-color: rgb(70,93,199); }
div.DivClassName
{
background-color: #465DC7;
}
.BgClassName
{
background-color: #465DC7;
}
</style>
border-color css
<style>
span { border-color: #465DC7; }
span { border-color: rgb(70,93,199); }
td.TdClassName
{
border-color: #465DC7;
}
.TagClassName
{
border-color: #465DC7;
}
</style>