Shades of Free Speech Blue #465CCF
Tints of Free Speech Blue #465CCF
RGB
CMYK
RGB Variations
Color information
#465CCF (or 0x465CCF) is known color: Free Speech Blue. HEX triplet: 46, 5C and CF. RGB value is (70,92,207). Sum of RGB (Red+Green+Blue) = 70+92+207=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #465CCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465CCF is #B9A330. Grayscale: #626262. Windows color (decimal): -12165937 or 13589574. OLE color: 13589574.
HSL color Cylindrical-coordinate representation of color #465CCF: hue angle of 230.36º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #465CCF is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 92 | 207 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.19 |
| HSL | 230.37º | 0.59% | 0.54% | - |
| HSV(B) | 230.37º | 0.66% | 0.81% | - |
| XYZ | 17.62 | 13.46 | 60.7 | - |
| YUV | 98.53 | 189.21 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 207 | 0.66 | 0.56 | 0 | 0.19 | 230.37 | 0.59 | 0.54 |
| Hex | 46 | 5C | CF | 42 | 38 | 0 | 13 | E6 | 3B | 36 |
| Octal | 106 | 134 | 317 | 102 | 70 | 0 | 23 | 346 | 73 | 66 |
| Binary | 1000110 | 1011100 | 11001111 | 1000010 | 111000 | 0 | 10011 | 11100110 | 111011 | 110110 |
Color Harmonies of #465CCF
Complementary color
Monochromatic Colors of #465CCF
Black with #465CCF
Text Example
Text Example
White with #465CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465CCF; }
p { color: rgb(70,92,207); }
H1.HeaderClassName
{
color: #465CCF;
}
.AnyTagClassName
{
color: #465CCF;
}
</style>
background-color css
<style>
a { background-color: #465CCF; }
a { background-color: rgb(70,92,207); }
div.DivClassName
{
background-color: #465CCF;
}
.BgClassName
{
background-color: #465CCF;
}
</style>
border-color css
<style>
span { border-color: #465CCF; }
span { border-color: rgb(70,92,207); }
td.TdClassName
{
border-color: #465CCF;
}
.TagClassName
{
border-color: #465CCF;
}
</style>