Shades of Free Speech Blue #465DC8
Tints of Free Speech Blue #465DC8
RGB
CMYK
RGB Variations
Color information
#465DC8 (or 0x465DC8) is known color: Free Speech Blue. HEX triplet: 46, 5D and C8. RGB value is (70,93,200). Sum of RGB (Red+Green+Blue) = 70+93+200=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 200 (78.52% from 255 or 55.10% from 363); Max value from RGB is 200 - color contains mainly: blue. Hex color #465DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465DC8 is #B9A237. Grayscale: #616161. Windows color (decimal): -12165688 or 13131078. OLE color: 13131078.
HSL color Cylindrical-coordinate representation of color #465DC8: hue angle of 229.38º 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 #465DC8 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 93 | 200 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.22 |
| HSL | 229.38º | 0.54% | 0.53% | - |
| HSV(B) | 229.38º | 0.65% | 0.78% | - |
| XYZ | 16.87 | 13.3 | 56.32 | - |
| YUV | 98.32 | 185.38 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 93 | 200 | 0.65 | 0.54 | 0 | 0.22 | 229.38 | 0.54 | 0.53 |
| Hex | 46 | 5D | C8 | 41 | 36 | 0 | 16 | E5 | 36 | 35 |
| Octal | 106 | 135 | 310 | 101 | 66 | 0 | 26 | 345 | 66 | 65 |
| Binary | 1000110 | 1011101 | 11001000 | 1000001 | 110110 | 0 | 10110 | 11100101 | 110110 | 110101 |
Color Harmonies of #465DC8
Complementary color
Monochromatic Colors of #465DC8
Black with #465DC8
Text Example
Text Example
White with #465DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465DC8; }
p { color: rgb(70,93,200); }
H1.HeaderClassName
{
color: #465DC8;
}
.AnyTagClassName
{
color: #465DC8;
}
</style>
background-color css
<style>
a { background-color: #465DC8; }
a { background-color: rgb(70,93,200); }
div.DivClassName
{
background-color: #465DC8;
}
.BgClassName
{
background-color: #465DC8;
}
</style>
border-color css
<style>
span { border-color: #465DC8; }
span { border-color: rgb(70,93,200); }
td.TdClassName
{
border-color: #465DC8;
}
.TagClassName
{
border-color: #465DC8;
}
</style>