Shades of Free Speech Blue #465FCC
Tints of Free Speech Blue #465FCC
RGB
CMYK
RGB Variations
Color information
#465FCC (or 0x465FCC) is known color: Free Speech Blue. HEX triplet: 46, 5F and CC. RGB value is (70,95,204). Sum of RGB (Red+Green+Blue) = 70+95+204=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #465FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #465FCC is #B9A033. Grayscale: #636363. Windows color (decimal): -12165172 or 13393734. OLE color: 13393734.
HSL color Cylindrical-coordinate representation of color #465FCC: hue angle of 228.81º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #465FCC is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 95 | 204 | - |
| CMYK | 0.66 | 0.53 | 0 | 0.2 |
| HSL | 228.81º | 0.57% | 0.54% | - |
| HSV(B) | 228.81º | 0.66% | 0.8% | - |
| XYZ | 17.52 | 13.85 | 58.88 | - |
| YUV | 99.95 | 186.72 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 95 | 204 | 0.66 | 0.53 | 0 | 0.2 | 228.81 | 0.57 | 0.54 |
| Hex | 46 | 5F | CC | 42 | 35 | 0 | 14 | E5 | 39 | 36 |
| Octal | 106 | 137 | 314 | 102 | 65 | 0 | 24 | 345 | 71 | 66 |
| Binary | 1000110 | 1011111 | 11001100 | 1000010 | 110101 | 0 | 10100 | 11100101 | 111001 | 110110 |
Color Harmonies of #465FCC
Complementary color
Monochromatic Colors of #465FCC
Black with #465FCC
Text Example
Text Example
White with #465FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465FCC; }
p { color: rgb(70,95,204); }
H1.HeaderClassName
{
color: #465FCC;
}
.AnyTagClassName
{
color: #465FCC;
}
</style>
background-color css
<style>
a { background-color: #465FCC; }
a { background-color: rgb(70,95,204); }
div.DivClassName
{
background-color: #465FCC;
}
.BgClassName
{
background-color: #465FCC;
}
</style>
border-color css
<style>
span { border-color: #465FCC; }
span { border-color: rgb(70,95,204); }
td.TdClassName
{
border-color: #465FCC;
}
.TagClassName
{
border-color: #465FCC;
}
</style>